From 40350b8931c41bf565fa7bccad17810c4fbd9979 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 17 Mar 2004 10:15:12 +0000 Subject: [PATCH] Makefile.am (DIST_SUBDIRS): Remove PLAYDIR Original commit message from CVS: * Makefile.am (DIST_SUBDIRS): Remove PLAYDIR --- ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16ca2ae..08ee873 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 2d404cb..35c4fff 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 \ -- 2.7.4