From: Richard Boulton Date: Sat, 9 Mar 2002 02:15:04 +0000 (+0000) Subject: Remove a couple of old commented out lines. X-Git-Tag: BRANCH-EVENTS2-ROOT~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=735fa40c697de99f67c2bffdfc6e4076342452bb;p=platform%2Fupstream%2Fgstreamer.git 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. --- 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)