Don't override standard variables, it looks weird. In turn, fix building with automak...
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Dec 2011 14:13:30 +0000 (14:13 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Dec 2011 14:13:30 +0000 (14:13 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66599 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/Makefile.am

index 19a6774..579f148 100644 (file)
@@ -1,6 +1,6 @@
 MAINTAINERCLEANFILES = Makefile.in
 
-pkglibdir = $(datadir)/$(PACKAGE)/examples
+examplesdir = $(datadir)/$(PACKAGE)/examples
 
 if ENABLE_MULTISENSE
 MULTISENSE_EDC_FILE = multisense.edc
@@ -64,7 +64,7 @@ AM_CPPFLAGS = \
 
 files_DATA += $(EDJS)
 
-pkglib_PROGRAMS = \
+examples_PROGRAMS = \
        edje-basic \
        edje-swallow \
        edje-text \