From 1241355085818c6c1b9ca592a0fcd15692d3e4d4 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 22 May 2006 11:42:03 +0000 Subject: [PATCH] gst/tcp/Makefile.am: fdstresstest doesn't need Gtk+, fix compilation if gtk is not available (#342566). Original commit message from CVS: Patch by: Peter Kjellerstedt * gst/tcp/Makefile.am: fdstresstest doesn't need Gtk+, fix compilation if gtk is not available (#342566). --- ChangeLog | 8 ++++++++ gst/tcp/Makefile.am | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4cfe9b5..38979e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-05-22 Tim-Philipp Müller + + Patch by: Peter Kjellerstedt + + * gst/tcp/Makefile.am: + fdstresstest doesn't need Gtk+, fix compilation if + gtk is not available (#342566). + 2006-05-19 Philippe Kalaf * gst-libs/gst/rtp/gstbasertpaudiopayload.c: diff --git a/gst/tcp/Makefile.am b/gst/tcp/Makefile.am index 65a9e5c..6a3f83d 100644 --- a/gst/tcp/Makefile.am +++ b/gst/tcp/Makefile.am @@ -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) -- 2.7.4