gstreamer/gst/videomixer/Makefile.am
David Schleef 863c255c60 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.
2004-07-30 20:06:31 +00:00

7 lines
210 B
Makefile

plugin_LTLIBRARIES = libgstvideomixer.la
libgstvideomixer_la_SOURCES = videomixer.c
libgstvideomixer_la_CFLAGS = $(GST_CFLAGS)
libgstvideomixer_la_LIBADD =
libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)