[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, upstream-vcs, updated. fbccf3b6cae3945e0db311041de91f346fccbae1
doursse
doursse at alioth.debian.org
Mon Jun 9 12:42:52 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit f9c99ffecb12251ba81cb8f1b40d4792580be1fc
Author: doursse <doursse>
Date: Sat May 31 04:59:18 2008 +0000
edd Ecore Windows CE module
diff --git a/Makefile.am b/Makefile.am
index a801e39..f373799 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
ecore-x.pc \
ecore-win32.pc \
ecore-sdl.pc \
+ ecore-wince.pc \
ecore.pc
bin_SCRIPTS =
@@ -49,6 +50,7 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN \
ecore-x.pc.in \
ecore-win32.pc.in \
ecore-sdl.pc.in \
+ ecore-wince.pc.in \
ecore.spec.in ecore.spec \
doc gendoc
@@ -108,6 +110,10 @@ if BUILD_ECORE_WIN32
pwin32 = ecore-win32.pc
endif
+if BUILD_ECORE_WINCE
+pwince = ecore-wince.pc
+endif
+
if BUILD_ECORE_SDL
psdl = ecore-sdl.pc
@@ -121,4 +127,4 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
ecore.pc $(pcon) $(pconfig) $(pdfb) $(pevas) \
$(pfb) $(pfile) $(pdesktop) $(pimf) $(pimfevas) $(pipc) $(pjob) $(ptxt) \
- $(px) $(pwin32) $(psdl)
+ $(px) $(pwin32) $(pwince) $(psdl)
--
Core abstraction layer for enlightenment DR 0.17
More information about the Pkg-e-commits
mailing list