hopefully fix a problem.
authorAndy Wingo <wingo@pobox.com>
Mon, 7 Jan 2002 02:14:35 +0000 (02:14 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 7 Jan 2002 02:14:35 +0000 (02:14 +0000)
Original commit message from CVS:
hopefully fix a problem.

Makefile.am
configure.ac

index 546cdb77e940b4179d60c167587d9cc13d2854af..2e792a59c2e6323064ca3085e87a77ba527a3a5c 100644 (file)
@@ -1,5 +1,5 @@
-SUBDIRS=gst-libs gst sys ext
+SUBDIRS=gst-libs gst sys ext examples
 
-DIST_SUBDIRS=gst-libs gst sys ext
+DIST_SUBDIRS=gst-libs gst sys ext examples
 
 EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README ChangeLog
index 8263f5456d8dbf70362eed3ad93a862ace7cc6d6..12413bc3322fd27d1c5e29496b0ece3428ba762c 100644 (file)
@@ -958,6 +958,7 @@ AC_OUTPUT(
 Makefile
 gstreamer-libs.pc
 gstreamer-libs-uninstalled.pc
+gst-plugins.spec
 gst/Makefile
 gst/ac3parse/Makefile
 gst/adder/Makefile
@@ -1006,7 +1007,6 @@ sys/v4l/Makefile
 sys/vcd/Makefile
 sys/vga/Makefile
 sys/xvideo/Makefile
-examples/capsfilter/Makefile
 ext/Makefile
 ext/a52dec/Makefile
 ext/aalib/Makefile
@@ -1046,7 +1046,7 @@ gst-libs/gst/audio/Makefile
 gst-libs/gst/idct/Makefile
 gst-libs/gst/resample/Makefile
 gst-libs/gst/riff/Makefile
-gst-plugins.spec
+examples/capsfilter/Makefile
 )
 
 echo -e "configure: *** Plugins that will be built : $GST_PLUGINS_YES"