diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-07-05 15:26:56 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-07-05 15:26:56 +0000 |
commit | 1db676c6e4eb7089ad0ca69c9644abcac5794b7a (patch) | |
tree | 5f90c009ca27d198b81f755bd29ce8346159395e /Makefile.am | |
parent | 4f69c09968b5a15853fd0952933c7f9a831779d4 (diff) | |
download | gstreamer-plugins-bad-1db676c6e4eb7089ad0ca69c9644abcac5794b7a.tar.gz |
fix disting and spec file
Original commit message from CVS:
fix disting and spec file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2aa23f37b..ca0ef2779 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,14 +13,14 @@ GCONF_DIR = # endif SUBDIRS = \ - gst sys ext \ + gst sys ext gst-libs \ $(GCONF_DIR) \ m4 common # disabled # $(SUBDIRS_DOCS) DIST_SUBDIRS = \ - gst sys ext \ + gst sys ext gst-libs \ m4 common # disabled |