Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2

SVN revision: 66599
This commit is contained in:
Iván Briano 2011-12-28 14:13:30 +00:00
parent 991edb4291
commit 502c4284a1
1 changed files with 3 additions and 3 deletions

View File

@ -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 \