diff --git a/Makefile.am b/Makefile.am index 7f8f931b39..c09e3569e8 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