Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        Makefile.am 


Log Message:
don't append to a variable inside a conditional statement

===================================================================
RCS file: /cvs/e/e17/libs/ecore/Makefile.am,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- Makefile.am 22 Mar 2007 02:29:11 -0000      1.32
+++ Makefile.am 23 Mar 2007 19:14:01 -0000      1.33
@@ -62,53 +62,55 @@
             debian/libecore0.install \
             debian/rules
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = ecore.pc
-
 if BUILD_ECORE_CON
-pkgconfig_DATA += ecore-con.pc
+pcon = ecore-con.pc
 endif
 
 if BUILD_ECORE_CONFIG
-pkgconfig_DATA += ecore-config.pc
+pconfig = ecore-config.pc
 endif
 
 if BUILD_ECORE_DBUS
-pkgconfig_DATA += ecore-dbus.pc
+pdbus = ecore-dbus.pc
 endif
 
 if BUILD_ECORE_DIRECTFB
-pkgconfig_DATA += ecore-directfb.pc
+pdfb = ecore-directfb.pc
 endif
 
 if BUILD_ECORE_EVAS
-pkgconfig_DATA += ecore-evas.pc
+pevas = ecore-evas.pc
 endif
 
 if BUILD_ECORE_FB
-pkgconfig_DATA += ecore-fb.pc
+pfb = ecore-fb.pc
 endif
 
 if BUILD_ECORE_FILE
-pkgconfig_DATA += ecore-file.pc
+pfile = ecore-file.pc
 endif
 
 if BUILD_ECORE_DESKTOP
-pkgconfig_DATA += ecore-desktop.pc
+pdesktop = ecore-desktop.pc
 endif
 
 if BUILD_ECORE_IPC
-pkgconfig_DATA += ecore-ipc.pc
+pipc = ecore-ipc.pc
 endif
 
 if BUILD_ECORE_JOB
-pkgconfig_DATA += ecore-job.pc
+pjob = ecore-job.pc
 endif
 
 if BUILD_ECORE_TXT
-pkgconfig_DATA += ecore-txt.pc
+ptxt = ecore-txt.pc
 endif
 
 if BUILD_ECORE_X
-pkgconfig_DATA += ecore-x.pc
+px = ecore-x.pc
 endif
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = \
+       ecore.pc $(pcon) $(pconfig) $(pdbus) $(pdfb) $(pevas) \
+       $(pfb) $(pfile) $(pdesktop) $(pipc) $(pjob) $(ptxt) $(px)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to