summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSanjeev BA <eflelev8@gmail.com>2012-03-14 07:26:02 +0000
committerSanjeev BA <iamsanjeev@gmail.com>2012-03-14 07:26:02 +0000
commitd9d0dc83cd664075c2584dccfb9ab60e3ef90cc2 (patch)
treebcc8a9c8745ad14c9f89270a59a1825147ab5d72 /Makefile.am
parent2817459e5f8b9b17193ae00b7308b0d1ac62e9c0 (diff)
downloadpython-elementary-d9d0dc83cd664075c2584dccfb9ab60e3ef90cc2.tar.gz
python-elementary-d9d0dc83cd664075c2584dccfb9ab60e3ef90cc2.tar.bz2
python-elementary-d9d0dc83cd664075c2584dccfb9ab60e3ef90cc2.zip
python-elementary: fix build.
python-elementary: Elm_Genlist_Item_Flags was renamed to Elm_Genlist_Item_Type python-elementary: drop anchorblock/anchorview, they were merged into entry in r68802 python-elementary: adapt gengrid/genlist bindings to added ELM_GENLIST_ITEM_SCROLLTO* param from r68897. Author : Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Sanjeev BA <eflelev8@gmail.com> SVN revision: 69321
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 566995a..e22112e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,8 +15,6 @@ c_elementary_includes = \
c_elementary_deps = \
- elementary/elementary.c_elementary_anchorblock.pxi \
- elementary/elementary.c_elementary_anchorview.pxi \
elementary/elementary.c_elementary_background.pxi \
elementary/elementary.c_elementary_box.pxi \
elementary/elementary.c_elementary_bubble.pxi \
@@ -59,8 +57,6 @@ c_elementary_deps = \
# elementary tests are not actual unit tests but a test AND a nice example
examples_files = \
- tests/test_anchorblock.py \
- tests/test_anchorview.py \
tests/test_bg.py \
tests/test_box.py \
tests/test_button.py \