diff options
author | Michael Smith <msmith@xiph.org> | 2005-11-21 17:52:15 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2005-11-21 17:52:15 +0000 |
commit | e594bf3649ed2daab507a9f79080ef3aaa484b52 (patch) | |
tree | 4423f60627cf825e32d41840dbf7f3b4ad898d96 /gst/auparse/Makefile.am | |
parent | 41c068c533a0312fb435b4c2d17a8949c7d76300 (diff) |
Forgot to commit header file changes, Makefile.am changes. Oops.
Original commit message from CVS:
Forgot to commit header file changes, Makefile.am changes. Oops.
Diffstat (limited to 'gst/auparse/Makefile.am')
-rw-r--r-- | gst/auparse/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/auparse/Makefile.am b/gst/auparse/Makefile.am index e87e6f92..3b97a6f3 100644 --- a/gst/auparse/Makefile.am +++ b/gst/auparse/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstauparse.la libgstauparse_la_SOURCES = gstauparse.c libgstauparse_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -libgstauparse_la_LIBADD = $(GST_LIBS) +libgstauparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) libgstauparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstauparse.h |