Remove a couple of old commented out lines.

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.
This commit is contained in:
Richard Boulton 2002-03-09 02:15:04 +00:00
parent 79328c766a
commit 735fa40c69

View 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)