diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | docs/plugins/Makefile.am | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,12 @@ 2005-12-30 Stefan Kost <ensonic@users.sf.net> + * configure.ac: + also remove smoothwave's Makefile.am + * docs/plugins/Makefile.am: + fix plugin docs + +2005-12-30 Stefan Kost <ensonic@users.sf.net> + * tests/examples/Makefile.am: added missing Makefile.am diff --git a/configure.ac b/configure.ac index 39d9ba51..27809d07 100644 --- a/configure.ac +++ b/configure.ac @@ -573,7 +573,6 @@ gst/matroska/Makefile gst/multipart/Makefile gst/rtp/Makefile gst/rtsp/Makefile -gst/smoothwave/Makefile gst/smpte/Makefile gst/udp/Makefile gst/videobox/Makefile diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index b720b736..4dba0aa0 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -87,7 +87,7 @@ EXTRA_HFILES = \ # example code that needs to be converted to xml and placed in xml/ EXAMPLE_CFILES = \ - $(top_srcdir)/gst/level/level-example.c + $(top_srcdir)/tests/examples/level/level-example.c # Images to copy into HTML directory. HTML_IMAGES = |