diff options
author | Christian Schaller <uraeus@gnome.org> | 2004-01-21 06:57:30 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2004-01-21 06:57:30 +0000 |
commit | df078d98408e9cbdecc57c6739af08068996afe1 (patch) | |
tree | de6aabe31050964df050b3e33c80484f09023f4d /Makefile.am | |
parent | d5db8ac2fb9db03d5269b9757bbb259d8f373205 (diff) | |
download | gstreamer-plugins-bad-df078d98408e9cbdecc57c6739af08068996afe1.tar.gz |
adding NAS plugin
Original commit message from CVS:
adding NAS plugin
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 fc5fd046a..db020efae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,8 +25,8 @@ SUBDIRS=gst-libs \ po \ pkgconfig -DIST_SUBDIRS=gst-libs \ - gst sys ext \ +DIST_SUBDIRS=ext gst-libs \ + gst sys \ examples \ tools \ gconf \ |