Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/elation

Dir     : e17/apps/elation/src/bin


Modified Files:
        Makefile.am 


Log Message:
compile fixes

===================================================================
RCS file: /cvs/e/e17/apps/elation/src/bin/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 15 Jul 2004 09:47:00 -0000      1.1
+++ Makefile.am 27 Jul 2007 16:37:25 -0000      1.2
@@ -2,11 +2,11 @@
 
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/bin @my_cflags@
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/bin @ELATION_CFLAGS@
 
 bin_PROGRAMS = elation
 
 elation_SOURCES = elation_main.c elation_module.c Elation.h
-elation_LDADD = @my_libs@
+elation_LDADD = @ELATION_LIBS@ -ldl
 
 



-------------------------------------------------------------------------
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