diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 19:50:00 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 19:50:00 +0000 |
commit | a907a8758a16676078f821e32c44cbc61b671909 (patch) | |
tree | 91f0a98471394865a5033101f1fe211ac2d5efb6 /gst-libs/gst/Makefile.am | |
parent | 525d7a9ad6fd9d27086a0ba3ce36757859bf98e7 (diff) | |
download | gst-plugins-bad-a907a8758a16676078f821e32c44cbc61b671909.tar.gz gst-plugins-bad-a907a8758a16676078f821e32c44cbc61b671909.tar.bz2 gst-plugins-bad-a907a8758a16676078f821e32c44cbc61b671909.zip |
distcheck fixes
Original commit message from CVS:
distcheck fixes
Diffstat (limited to 'gst-libs/gst/Makefile.am')
-rw-r--r-- | gst-libs/gst/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 9cb04fea..c54b55fe 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -15,13 +15,13 @@ endif SUBDIRS = audio colorbalance floatcast \ $(GCONF_DIR) idct media-info \ mixer navigation play propertyprobe \ - resample riff tuner video \ + resample riff tag tuner video \ $(X_DIR) DIST_SUBDIRS = audio colorbalance floatcast \ gconf idct media-info \ mixer navigation play propertyprobe \ - resample riff tuner video \ + resample riff tag tuner video \ xoverlay xwindowlistener |