[svn r566] Some fixes on the autotools. trunk
authorrosfran
Tue Apr 17 21:13:22 2007 +0100 (2007-04-17)
branchtrunk
changeset 561c4169fee6878
parent 560 4a18d3961be9
child 562 ff0d0ede90de
[svn r566] Some fixes on the autotools.
gmyth/src/Makefile.am
gmyth/tests/Makefile.am
gmyth/tests/gmyth_test_transcode.c
     1.1 --- a/gmyth/src/Makefile.am	Tue Apr 17 15:48:40 2007 +0100
     1.2 +++ b/gmyth/src/Makefile.am	Tue Apr 17 21:13:22 2007 +0100
     1.3 @@ -2,6 +2,8 @@
     1.4  
     1.5  lib_LTLIBRARIES = libgmyth.la
     1.6  
     1.7 +INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src @GLIB_CFLAGS@ @GOBJECT_CFLAGS@
     1.8 +
     1.9  BUILT_SOURCES = 				\
    1.10  	gmyth_marshal.c 			\
    1.11  	gmyth_marshal.h
    1.12 @@ -57,6 +59,8 @@
    1.13  
    1.14  libgmyth_la_LDFLAGS = 			\
    1.15  	-export-dynamic 			\
    1.16 +	$(GLIB_CFLAGS) 				\
    1.17 +	$(GOBJECT_CFLAGS)			\
    1.18  	$(MYSQL_LIBS) 				\
    1.19  	$(GST_LIBS) 				\
    1.20  	$(GSTBASE_LIBS)				\
     2.1 --- a/gmyth/tests/Makefile.am	Tue Apr 17 15:48:40 2007 +0100
     2.2 +++ b/gmyth/tests/Makefile.am	Tue Apr 17 21:13:22 2007 +0100
     2.3 @@ -1,10 +1,5 @@
     2.4  LDADD = \
     2.5 -	$(MYSQL_LIBS) \
     2.6 -	$(GLIB_LIBS) \
     2.7 -	$(GOBJECT_LIBS) \
     2.8 -	$(GTK_LIBS) \
     2.9 -	$(LIBCURL_LIBS) \
    2.10 -	$(top_srcdir)/src/.libs/libgmyth.la
    2.11 +	$(top_srcdir)/src/.libs/libgmyth.la @GLIB_LIBS@
    2.12  
    2.13  INCLUDES = \
    2.14  	-I$(top_srcdir) \
     3.1 --- a/gmyth/tests/gmyth_test_transcode.c	Tue Apr 17 15:48:40 2007 +0100
     3.2 +++ b/gmyth/tests/gmyth_test_transcode.c	Tue Apr 17 21:13:22 2007 +0100
     3.3 @@ -1,3 +1,5 @@
     3.4 +
     3.5 +#include <glib.h>
     3.6  #include <gmyth/gmyth_transcoder.h>
     3.7  #include <gmyth/gmyth_jobqueue.h>
     3.8  #include <gmyth/gmyth_uri.h>