Update of /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8117/libs/libsxmlstream/src
Modified Files:
Makefile.am
Log Message:
@GLIB_CFLAGS@ moved from CFLAGS to CXXFLAGS
Index: Makefile.am
===================================================================
RCS file: /cvsroot/eas-dev/eas-dev/libs/libsxmlstream/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 28 Jan 2003 06:44:32 -0000 1.2
+++ Makefile.am 28 Jan 2003 22:39:11 -0000 1.3
@@ -1,5 +1,5 @@
lib_LTLIBRARIES = libsxmlstream.la
libsxmlstream_la_SOURCES = sxml.cxx sxmlstream.cxx
INCLUDES = -I../include -I$(top_srcdir)
-CFLAGS = @GLIB_CFLAGS@
-libsxmlstream_la_LIBADD = -lglib
\ No newline at end of file
+CXXFLAGS = @GLIB_CFLAGS@
+libsxmlstream_la_LIBADD = -lglib
|