tests/Makefile.am (noinst_PROGRAMS): No more init.c.
authorAndy Wingo <wingo@pobox.com>
Mon, 10 Oct 2005 16:20:41 +0000 (16:20 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 10 Oct 2005 16:20:41 +0000 (16:20 +0000)
Original commit message from CVS:
2005-10-10  Andy Wingo  <wingo@pobox.com>

* tests/Makefile.am (noinst_PROGRAMS): No more init.c.

ChangeLog
tests/Makefile.am

index dadfa58..1fafb62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-10-10  Andy Wingo  <wingo@pobox.com>
+
+       * 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  <tim at centricular dot net>
 
        * gst/gstiterator.c: (gst_iterator_new):
 
 2005-10-10  Andy Wingo  <wingo@pobox.com>
 
-       * 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  <wingo@pobox.com>
-
        Merged in popt removal + GOption addition patch from Ronald, bug
        #169772.
 
index e8107d1..a6cd4e4 100644 (file)
@@ -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) \