diff options
author | Andy Wingo <wingo@pobox.com> | 2001-12-22 23:22:05 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-12-22 23:22:05 +0000 |
commit | ed5a0060906504bd2559d777d4d4d8467d39b42c (patch) | |
tree | 6d2055c36d967219fb3ae077c820f51277b475eb /gst/auparse/Makefile.am | |
parent | d382799a3394ce5daf8c55a943248aeb7562e141 (diff) |
Initial revision
Original commit message from CVS:
Initial revision
Diffstat (limited to 'gst/auparse/Makefile.am')
-rw-r--r-- | gst/auparse/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/auparse/Makefile.am b/gst/auparse/Makefile.am new file mode 100644 index 00000000..0a7ff222 --- /dev/null +++ b/gst/auparse/Makefile.am @@ -0,0 +1,8 @@ +filterdir = $(libdir)/gst + +filter_LTLIBRARIES = libgstparseau.la + +libgstparseau_la_SOURCES = gstparseau.c +libgstparseau_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS) + +noinst_HEADERS = gstparseau.h |