gst/tcp/Makefile.am: fdstresstest doesn't need Gtk+, fix compilation if gtk is not...
authorPeter Kjellerstedt <pkj@axis.com>
Mon, 22 May 2006 11:42:03 +0000 (11:42 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 22 May 2006 11:42:03 +0000 (11:42 +0000)
Original commit message from CVS:
Patch by: Peter Kjellerstedt  <pkj at axis com>
* gst/tcp/Makefile.am:
fdstresstest doesn't need Gtk+, fix compilation if
gtk is not available (#342566).

ChangeLog
gst/tcp/Makefile.am

index 4cfe9b5..38979e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Peter Kjellerstedt  <pkj at axis com>
+
+       * gst/tcp/Makefile.am:
+         fdstresstest doesn't need Gtk+, fix compilation if 
+         gtk is not available (#342566).
+
 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>      
         
        * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
index 65a9e5c..6a3f83d 100644 (file)
@@ -43,5 +43,5 @@ EXTRA_DIST = gsttcp-marshal.list
 noinst_PROGRAMS = fdsetstress
 
 fdsetstress_SOURCES = fdsetstress.c gstfdset.c 
-fdsetstress_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
-fdsetstress_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
+fdsetstress_CFLAGS = $(GST_CFLAGS)
+fdsetstress_LDFLAGS = $(GST_LIBS)