From b58ca863112145cc015b93310a354bac35ea082b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 3 Jan 2002 16:32:39 +0000 Subject: [PATCH] removing glade Original commit message from CVS: removing glade --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7f8f931..c09e356 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,11 +19,11 @@ else SUBDIRS_EXAMPLES = endif -SUBDIRS = include gst libs tools $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \ -$(SUBDIRS_LGG) $(SUBDIRS_DOCS) +SUBDIRS = include gst libs tools \ + $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS) # These are all the possible subdirs -DIST_SUBDIRS = include gst libs tools test tests testsuite examples gstplay docs +DIST_SUBDIRS = include gst libs tools test tests testsuite examples docs pkgconfigdir = $(libdir)/pkgconfig -- 2.7.4