aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/examples/Makefile.am')
-rw-r--r--libraries/ecore/src/examples/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/ecore/src/examples/Makefile.am b/libraries/ecore/src/examples/Makefile.am
index 63748a5..afb6f40 100644
--- a/libraries/ecore/src/examples/Makefile.am
+++ b/libraries/ecore/src/examples/Makefile.am
@@ -1,6 +1,6 @@
1MAINTAINERCLEANFILES = Makefile.in 1MAINTAINERCLEANFILES = Makefile.in
2 2
3pkglibdir = $(datadir)/$(PACKAGE)/examples 3examplesdir = $(datadir)/$(PACKAGE)/examples
4 4
5filesdir = $(datadir)/$(PACKAGE)/examples 5filesdir = $(datadir)/$(PACKAGE)/examples
6files_DATA = 6files_DATA =
@@ -59,7 +59,7 @@ SRCS = \
59EXTRA_DIST = $(SRCS) \ 59EXTRA_DIST = $(SRCS) \
60 $(srcdir)/red.png 60 $(srcdir)/red.png
61 61
62pkglib_PROGRAMS = 62examples_PROGRAMS =
63 63
64if EFL_INSTALL_EXAMPLES 64if EFL_INSTALL_EXAMPLES
65files_DATA += $(SRCS) \ 65files_DATA += $(SRCS) \
@@ -67,7 +67,7 @@ files_DATA += $(SRCS) \
67endif 67endif
68 68
69if EFL_BUILD_EXAMPLES 69if EFL_BUILD_EXAMPLES
70pkglib_PROGRAMS += \ 70examples_PROGRAMS += \
71 ecore_animator_example \ 71 ecore_animator_example \
72 ecore_fd_handler_example \ 72 ecore_fd_handler_example \
73 ecore_poller_example \ 73 ecore_poller_example \