# HG changeset patch # User rosfran # Date 1176840802 -3600 # Node ID c4169fee6878ce9b61c6216cffc2151fdbbe5aa4 # Parent 4a18d3961be94b736294ef41ea66d4a85af5050a [svn r566] Some fixes on the autotools. diff -r 4a18d3961be9 -r c4169fee6878 gmyth/src/Makefile.am --- a/gmyth/src/Makefile.am Tue Apr 17 15:48:40 2007 +0100 +++ b/gmyth/src/Makefile.am Tue Apr 17 21:13:22 2007 +0100 @@ -2,6 +2,8 @@ lib_LTLIBRARIES = libgmyth.la +INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src @GLIB_CFLAGS@ @GOBJECT_CFLAGS@ + BUILT_SOURCES = \ gmyth_marshal.c \ gmyth_marshal.h @@ -57,6 +59,8 @@ libgmyth_la_LDFLAGS = \ -export-dynamic \ + $(GLIB_CFLAGS) \ + $(GOBJECT_CFLAGS) \ $(MYSQL_LIBS) \ $(GST_LIBS) \ $(GSTBASE_LIBS) \ diff -r 4a18d3961be9 -r c4169fee6878 gmyth/tests/Makefile.am --- a/gmyth/tests/Makefile.am Tue Apr 17 15:48:40 2007 +0100 +++ b/gmyth/tests/Makefile.am Tue Apr 17 21:13:22 2007 +0100 @@ -1,10 +1,5 @@ LDADD = \ - $(MYSQL_LIBS) \ - $(GLIB_LIBS) \ - $(GOBJECT_LIBS) \ - $(GTK_LIBS) \ - $(LIBCURL_LIBS) \ - $(top_srcdir)/src/.libs/libgmyth.la + $(top_srcdir)/src/.libs/libgmyth.la @GLIB_LIBS@ INCLUDES = \ -I$(top_srcdir) \ diff -r 4a18d3961be9 -r c4169fee6878 gmyth/tests/gmyth_test_transcode.c --- a/gmyth/tests/gmyth_test_transcode.c Tue Apr 17 15:48:40 2007 +0100 +++ b/gmyth/tests/gmyth_test_transcode.c Tue Apr 17 21:13:22 2007 +0100 @@ -1,3 +1,5 @@ + +#include #include #include #include