diff options
Diffstat (limited to 'ext/soundtouch/Makefile.am')
-rw-r--r-- | ext/soundtouch/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/soundtouch/Makefile.am b/ext/soundtouch/Makefile.am new file mode 100644 index 00000000..d286bfce --- /dev/null +++ b/ext/soundtouch/Makefile.am @@ -0,0 +1,9 @@ +plugin_LTLIBRARIES = libgstpitch.la + +libgstpitch_la_SOURCES = gstpitch.cc + +libgstpitch_la_CXXFLAGS = @GST_CFLAGS@ @GST_BASE_CFLAGS@ @SOUNDTOUCH_CFLAGS@ +libgstpitch_la_LIBADD = @GST_LIBS@ @GST_BASE_LIBS@ @SOUNDTOUCH_LIBS@ +libgstpitch_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ + +noinst_HEADERS = gstpitch.hh |