From 502c4284a10e1181a5198fb05af7a22a3ad6abfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Wed, 28 Dec 2011 14:13:30 +0000 Subject: [PATCH] Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2 SVN revision: 66599 --- legacy/elementary/src/examples/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/src/examples/Makefile.am b/legacy/elementary/src/examples/Makefile.am index 533f035b6b..ef0d93ec2e 100644 --- a/legacy/elementary/src/examples/Makefile.am +++ b/legacy/elementary/src/examples/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in .PHONY: screenshots -pkglibdir = $(datadir)/$(PACKAGE)/examples +examplesdir = $(datadir)/$(PACKAGE)/examples filesdir = $(datadir)/$(PACKAGE)/examples files_DATA = @@ -124,7 +124,7 @@ SRCS = \ efl_thread_5.c \ efl_thread_6.c -pkglib_PROGRAMS = +examples_PROGRAMS = .edc.edj: $(EDJE_CC) $(EDJE_FLAGS) $< $@ @@ -142,7 +142,7 @@ files_DATA += \ clean-local: rm -f *.edj -pkglib_PROGRAMS += \ +examples_PROGRAMS += \ actionslider_example_01 \ anchorblock_example_01 \ bubble_example_01 \