/[svn]/linuxsampler/trunk/src/hostplugins/lv2/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/hostplugins/lv2/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2420 - (show annotations) (download)
Sun Feb 24 08:59:25 2013 UTC (11 years, 1 month ago) by persson
File size: 429 byte(s)
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings

1 if HAVE_LV2
2 AM_CPPFLAGS = $(LV2_CFLAGS) $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
3 plugindir = $(libdir)/lv2/linuxsampler.lv2
4 plugin_LTLIBRARIES = linuxsampler.la
5 plugin_DATA = manifest.ttl linuxsampler.ttl
6
7 linuxsampler_la_SOURCES = PluginLv2.cpp PluginLv2.h
8 linuxsampler_la_LDFLAGS = -module -avoid-version -no-undefined
9 linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
10 endif
11
12 EXTRA_DIST = manifest.ttl.in linuxsampler.ttl

  ViewVC Help
Powered by ViewVC