From: Andy Wingo Date: Mon, 10 Oct 2005 16:20:41 +0000 (+0000) Subject: tests/Makefile.am (noinst_PROGRAMS): No more init.c. X-Git-Tag: RELEASE-0_9_4~153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b77f6b0e5018cc629bfddf7239873d20804bc98c;p=platform%2Fupstream%2Fgstreamer.git 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. --- 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) \