Enlightenment CVS committal

Author  : sebastid
Project : misc
Module  : erss

Dir     : misc/erss/src


Modified Files:
        Makefile.am config.h.in 


Log Message:
Check for location of ecore headers.

===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 5 May 2004 07:07:14 -0000       1.8
+++ Makefile.am 4 Sep 2005 00:01:05 -0000       1.9
@@ -1,10 +1,10 @@
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = @edje_cflags@ @esmart_cflags@ @etox_cflags@ @xml2_cflags@
+INCLUDES = @ecore_cflags@ @edje_cflags@ @esmart_cflags@ @etox_cflags@ 
@xml2_cflags@
 
 bin_PROGRAMS = erss
 
 erss_SOURCES = erss.c parse.c parse_config.c tooltip.c net.c ls.c gui.c
 
-erss_LDADD = @edje_libs@ @etox_libs@ @xml2_libs@ \
+erss_LDADD = @ecore_libs@ @edje_libs@ @etox_libs@ @xml2_libs@ \
                                 @esmart_libs@ -lesmart_container 
-lesmart_trans_x11
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/src/config.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- config.h.in 12 Sep 2004 10:13:24 -0000      1.3
+++ config.h.in 4 Sep 2005 00:01:05 -0000       1.4
@@ -1,8 +1,4 @@
-/* src/config.h.in.  Generated automatically from configure.in by autoheader.  
*/
-
-/* Define if you have the ANSI C header files.  */
-#undef STDC_HEADERS
-
+/* src/config.h.in.  Generated from configure.in by autoheader.  */
 #undef ENABLE_NLS
 #undef HAVE_CATGETS
 #undef HAVE_GETTEXT
@@ -22,6 +18,23 @@
 /* Name of package */
 #undef PACKAGE
 
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
 /* Version number of package */
 #undef VERSION
-




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to