Add evas_object_hide support for popup.
[framework/uifw/elementary.git] / src / bin / Makefile.am
index 3094cc0..93fd441 100644 (file)
@@ -33,8 +33,6 @@ elementary_test_SOURCES = \
 test.c \
 test_3d.c \
 test_actionslider.c \
-test_anchorblock.c \
-test_anchorview.c \
 test_anim.c \
 test_bg.c \
 test_box.c \
@@ -48,9 +46,12 @@ test_colorselector.c \
 test_conform.c \
 test_ctxpopup.c \
 test_cursor.c \
+test_datetime.c \
+test_dayselector.c \
 test_diskselector.c \
 test_entry.c \
-test_factory.c \
+test_entry_anchor.c \
+test_entry_anchor2.c \
 test_fileselector_button.c \
 test_fileselector.c \
 test_fileselector_entry.c \
@@ -85,12 +86,13 @@ test_menu.c \
 test_multi.c \
 test_multibuttonentry.c \
 test_naviframe.c \
+test_naviframe_complex.c \
 test_notify.c \
-test_pager.c \
 test_panel.c \
 test_panes.c \
 test_photo.c \
 test_photocam.c \
+test_popup.c \
 test_progressbar.c \
 test_radio.c \
 test_scaling.c \
@@ -103,7 +105,6 @@ test_spinner.c \
 test_store.c \
 test_table.c \
 test_thumb.c \
-test_toggle.c \
 test_toolbar.c \
 test_tooltip.c \
 test_transit.c \
@@ -113,7 +114,8 @@ test_web.c \
 test_win_inline.c \
 test_win_socket.c \
 test_win_plug.c \
-test_win_state.c
+test_win_state.c \
+test.h
 
 if HAVE_EIO
 elementary_test_SOURCES += test_eio.c
@@ -169,8 +171,13 @@ elementary_testql_LTLIBRARIES = elementary_testql.la
 elementary_testql_la_SOURCES = $(elementary_test_SOURCES)
 elementary_testql_la_LIBADD = $(top_builddir)/src/lib/libelementary.la \
        @ELEMENTARY_EWEATHER_LIBS@ \
+       @ELEMENTARY_EDBUS_LIBS@ \
+       @ELEMENTARY_EFREET_LIBS@ \
+       @ELEMENTARY_EMAP_LIBS@ \
+       @ELEMENTARY_LIBS@ \
        @EIO_LIBS@ \
-       @ELEMENTARY_WEB_LIBS@
+       @ELEMENTARY_WEB_LIBS@ \
+       @my_libs@
 
 elementary_testql_la_CFLAGS =
 elementary_testql_la_LDFLAGS = -module -avoid-version -no-undefined
@@ -188,3 +195,6 @@ elementary_testql_LDADD = $(top_builddir)/src/lib/libelementary.la \
 elementary_testql_CFLAGS = -DELM_LIB_QUICKLAUNCH=1
 elementary_testql_LDFLAGS =
 endif
+
+EXTRA_DIST = \
+test_factory.c