/[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 1842 - (hide annotations) (download)
Sat Feb 21 16:11:17 2009 UTC (15 years, 3 months ago) by persson
File size: 408 byte(s)
* fixed building with libgig installed in a non-standard directory

1 persson 1777 if HAVE_LV2
2 persson 1842 INCLUDES = $(LV2_CFLAGS) $(GIG_CFLAGS)
3 persson 1777 plugindir = $(libdir)/lv2/linuxsampler.lv2
4     plugin_LTLIBRARIES = linuxsampler.la
5     plugin_DATA = manifest.ttl linuxsampler.ttl
6     EXTRA_DIST = $(plugin_DATA)
7    
8     linuxsampler_la_SOURCES = PluginLv2.cpp PluginLv2.h \
9     lv2_event.h lv2-saverestore.h
10     linuxsampler_la_LDFLAGS = -module -avoid-version
11     linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
12     endif

  ViewVC Help
Powered by ViewVC