Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        Makefile.am config.h.in 


Log Message:
Rework some of the autofoo that goes along with making exif optional.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 13 Mar 2007 07:35:09 -0000      1.3
+++ Makefile.am 16 Mar 2007 05:56:00 -0000      1.4
@@ -18,7 +18,7 @@
                     
 ephoto_CFLAGS = @ewl_cflags@ -Wall -Werror
 
-ephoto_LDADD =  @ewl_libs@ -lsqlite3 -lexif
+ephoto_LDADD =  @ewl_libs@ @SQLITE_LIBS@ @EXIF_LIBS@
 
 EXTRA_DIST = \
             ephoto.h
===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/config.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- config.h.in 16 Mar 2007 04:34:22 -0000      1.3
+++ config.h.in 16 Mar 2007 05:56:00 -0000      1.4
@@ -26,9 +26,6 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
-/* Define to 1 if you have the <sqlite3.h> header file. */
-#undef HAVE_SQLITE3_H
-
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 



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