From 1eda931ce1c5882e27a47ef36f66bf23db120c3f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 3 Jun 2001 19:06:40 +0000 Subject: [PATCH] Removed the components dir from since it doesn't work/build anyway. Original commit message from CVS: Removed the components dir from since it doesn't work/build anyway. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 162ce91a68..53989a3a86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ else SUBDIRS_EXAMPLES = endif -SUBDIRS = include gst libs plugins tools $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) components\ +SUBDIRS = include gst libs plugins tools $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \ $(SUBDIRS_LGG) $(SUBDIRS_DOCS) # These are all the possible subdirs