diff --git a/ChangeLog b/ChangeLog index 16ca2ae534..08ee8734fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-17 Johan Dahlin + + * Makefile.am (DIST_SUBDIRS): Remove PLAYDIR. + 2004-03-16 Johan Dahlin * configure.ac: Support build without gstplay and gstinterfaces diff --git a/Makefile.am b/Makefile.am index 2d404cb74a..35c4fff3b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ UNCONDDIRS = gst pkgconfig testsuite SUBDIRS = \ $(UNCONDDIRS) \ $(SUBDIRS_DOCS) -DIST_SUBDIRS = $(UNCONDDIRS) docs $(PLAYDIR) +DIST_SUBDIRS = $(UNCONDDIRS) docs EXTRA_DIST = \ gst-python.spec.in \