diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-23 08:53:44 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-23 08:53:44 +0000 |
commit | 945a43139b558088e45f21628c8f31388b223025 (patch) | |
tree | 3e86b6d3639f660ab0affee2fc73708fe5a60c63 /Makefile.am | |
parent | 77351078d761513faa9c2a87793c041368ef77d5 (diff) | |
download | gst-plugins-bad-945a43139b558088e45f21628c8f31388b223025.tar.gz gst-plugins-bad-945a43139b558088e45f21628c8f31388b223025.tar.bz2 gst-plugins-bad-945a43139b558088e45f21628c8f31388b223025.zip |
.m4 to check for presence of an element let me know if this works
Original commit message from CVS:
.m4 to check for presence of an element
let me know if this works
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 12232654..5852f46b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,9 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gstreamer-libs.pc +aclocaldir = $(datadir)/aclocal +aclocal_DATA = gst-element-check.m4 + SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) testsuite DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite |