gst/videomixer/Makefile.am: Fix things that should have been fixed in the last checkin.

Original commit message from CVS:
* gst/videomixer/Makefile.am: Fix things that should have been
fixed in the last checkin.
This commit is contained in:
David Schleef 2004-07-30 20:06:31 +00:00
parent d4c0461a23
commit 863c255c60
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2004-07-30 David Schleef <ds@schleef.org>
* gst/videomixer/Makefile.am: Fix things that should have been
fixed in the last checkin.
2004-07-30 David Schleef <ds@schleef.org>
* gst/multipart/Makefile.am: Fix things that should have been

View file

@ -1,6 +1,6 @@
plugin_LTLIBRARIES = libgstvideomixer.la
libvideomixer_la_SOURCES = videomixer.c
libvideomixer_la_CFLAGS = $(GST_CFLAGS)
libvideomixer_la_LIBADD =
libvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvideomixer_la_SOURCES = videomixer.c
libgstvideomixer_la_CFLAGS = $(GST_CFLAGS)
libgstvideomixer_la_LIBADD =
libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)