Remove a couple of old commented out lines.
authorRichard Boulton <richard@tartarus.org>
Sat, 9 Mar 2002 02:15:04 +0000 (02:15 +0000)
committerRichard Boulton <richard@tartarus.org>
Sat, 9 Mar 2002 02:15:04 +0000 (02:15 +0000)
Original commit message from CVS:
Remove a couple of old commented out lines.
They had no meaning as far as I can tell, and were causing a warning with
automake 1.6, due to the trailing \ followed by a blank line.

docs/gst/Makefile.am

index 8e8e0a4..bfb9e1d 100644 (file)
@@ -51,9 +51,6 @@ extra_files =
 GTKDOC_CFLAGS = $(GST_CFLAGS)
 GTKDOC_LIBS = $(GST_LIBS) $(SCANOBJ_DEPS)
 
-#      $(shell echo $(top_builddir)/gst/autoplug/*.la) \
-#      $(top_builddir)/gst/types/libgsttypes.la \
-
 GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
 GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)