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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC