]> git.pld-linux.org Git - packages/ecore.git/blob - ecore-am.patch
- rel 3
[packages/ecore.git] / ecore-am.patch
1 src/examples/Makefile.am:62: `pkglibdir' is not a legitimate directory for `PROGRAMS'
2 --- ecore-1.1.0/src/examples/Makefile.am.orig   2011-11-06 14:09:53.000000000 +0100
3 +++ ecore-1.1.0/src/examples/Makefile.am        2012-01-01 20:13:32.520328822 +0100
4 @@ -1,6 +1,6 @@
5  MAINTAINERCLEANFILES = Makefile.in
6  
7 -pkglibdir = $(datadir)/$(PACKAGE)/examples
8 +pkgprgdir = $(datadir)/$(PACKAGE)/examples
9  
10  filesdir = $(datadir)/$(PACKAGE)/examples
11  files_DATA =
12 @@ -59,7 +59,7 @@
13  EXTRA_DIST = $(SRCS) \
14         $(srcdir)/red.png
15  
16 -pkglib_PROGRAMS =
17 +pkgprg_PROGRAMS =
18  
19  if EFL_INSTALL_EXAMPLES
20  files_DATA += $(SRCS) \
21 @@ -67,7 +67,7 @@
22  endif
23  
24  if EFL_BUILD_EXAMPLES
25 -pkglib_PROGRAMS += \
26 +pkgprg_PROGRAMS += \
27         ecore_animator_example \
28         ecore_fd_handler_example \
29         ecore_poller_example \
This page took 0.029286 seconds and 3 git commands to generate.