Make these compile with both solaris as well as lunix-based stuffies

Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies
This commit is contained in:
Ronald S. Bultje 2003-06-01 17:00:06 +00:00
parent 4265b12cf6
commit 8481e5013c

View file

@ -6,6 +6,7 @@ plugin_LTLIBRARIES = libgstmonkeyaudio.la
libgstmonkeyaudio_la_SOURCES = monkey_io.cc gstmonkeyaudio.cc gstmonkeydec.cc gstmonkeyenc.cc
libgstmonkeyaudio_la_CPPFLAGS = $(GST_CFLAGS)
libgstmonkeyaudio_la_CXXFLAGS = $(libgstmonkeyaudio_la_CPPFLAGS)
libgstmonkeyaudio_la_LIBADD = $(top_builddir)/gst/monkeyaudio/libmonkeyaudio/libmonkeyaudio.la
libgstmonkeyaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)