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 | fc7a266b9b3bd00077b21c512af9f45db85fc3b6 (patch) | |
tree | 17628990ad9b8cec9c368580da417b7a077759d7 /Makefile.am | |
parent | caa5717c3847d266357165d9e5e94cc32c5745ce (diff) | |
download | gstreamer-plugins-base-fc7a266b9b3bd00077b21c512af9f45db85fc3b6.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 \ |