Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/e_dbus

Dir     : e17/libs/e_dbus


Modified Files:
        Makefile.am 
Added Files:
        enm.pc 


Log Message:
Add a pkg-config file for enm

===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 12 Jan 2008 14:46:12 -0000      1.3
+++ Makefile.am 18 Jan 2008 15:24:05 -0000      1.4
@@ -5,4 +5,14 @@
                       install-sh ltmain.sh missing compile
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = edbus.pc ehal.pc enotify.pc
+
+if BUILD_EHAL
+EHAL_PC = ehal.pc
+endif
+if BUILD_ENM
+ENM_PC = enm.pc
+endif
+if BUILD_ENOTIFY
+ENOTIFY_PC = enotify.pc
+endif
+pkgconfig_DATA = edbus.pc $(EHAL_PC) $(ENM_PC) $(ENOTIFY_PC)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to