Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/lib


Modified Files:
        Makefile.am 


Log Message:
Optionally build various bits (font,sound support) as loadable modules.

===================================================================
RCS file: /cvs/e/e16/e/lib/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 10 Sep 2006 18:43:20 -0000      1.1
+++ Makefile.am 6 Sep 2007 16:02:48 -0000       1.2
@@ -2,12 +2,13 @@
 
 if BUILD_ROOTHACKLIB
 
-lib_LTLIBRARIES                = libe16_hack.la
+libe16dir = $(libdir)/e16
 
-libe16_hack_la_SOURCES  = e16_hack.c
+libe16_LTLIBRARIES = libhack.la
 
-libe16_hack_la_LIBADD   = $(DLOPEN_LIBS)
-#libe16_hack_la_LDFLAGS  = -version-info 0:0:0
-libe16_hack_la_LDFLAGS  = -avoid-version
+libhack_la_SOURCES  = e16_hack.c
+
+libhack_la_LIBADD   = $(DLOPEN_LIBS)
+libhack_la_LDFLAGS  = -avoid-version
 
 endif



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to