From 735fa40c697de99f67c2bffdfc6e4076342452bb Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Sat, 9 Mar 2002 02:15:04 +0000 Subject: [PATCH] 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. --- docs/gst/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index 8e8e0a4..bfb9e1d 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -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) -- 2.7.4