Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/src


Modified Files:
        Makefile.am 


Log Message:
oops, made EDB support optional again.

===================================================================
RCS file: /cvs/e/e17/apps/elicit/src/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 22 Mar 2007 04:23:04 -0000      1.10
+++ Makefile.am 22 Mar 2007 12:14:15 -0000      1.11
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = @ELICIT_CFLAGS@
+INCLUDES = @ELICIT_CFLAGS@ @EDB_CFLAGS@
 
 bin_PROGRAMS = elicit 
 
@@ -15,5 +15,5 @@
                                spectrum.c spectrum.h \
                                zoom.c zoom.h
 
-elicit_LDADD = @ELICIT_LIBS@ -lesmart_draggies -lesmart_container
+elicit_LDADD = @ELICIT_LIBS@ @EDB_LIBS@ -lesmart_draggies -lesmart_container
 



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