From b77f6b0e5018cc629bfddf7239873d20804bc98c Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 10 Oct 2005 16:20:41 +0000 Subject: [PATCH] tests/Makefile.am (noinst_PROGRAMS): No more init.c. Original commit message from CVS: 2005-10-10 Andy Wingo * tests/Makefile.am (noinst_PROGRAMS): No more init.c. --- ChangeLog | 14 ++++++++------ tests/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index dadfa58..1fafb62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-10-10 Andy Wingo + + * tests/Makefile.am (noinst_PROGRAMS): No more init.c. + + * gst/gst.c (G_OPTION_FLAG_NO_ARG): Apparently GLib 2.8 requires + this flag, but it's not even in GLib 2.6. Odd. Hack around the + issue. + 2005-10-10 Tim-Philipp Müller * gst/gstiterator.c: (gst_iterator_new): @@ -14,12 +22,6 @@ 2005-10-10 Andy Wingo - * gst/gst.c (G_OPTION_FLAG_NO_ARG): Apparently GLib 2.8 requires - this flag, but it's not even in GLib 2.6. Odd. Hack around the - issue. - -2005-10-10 Andy Wingo - Merged in popt removal + GOption addition patch from Ronald, bug #169772. diff --git a/tests/Makefile.am b/tests/Makefile.am index e8107d1..a6cd4e4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,7 @@ LAT = lat endif -noinst_PROGRAMS = $(LAT) mass_elements complexity init +noinst_PROGRAMS = $(LAT) mass_elements complexity AM_CFLAGS = $(GST_OBJ_CFLAGS) LIBS = $(GST_OBJ_LIBS) \ -- 2.7.4