/[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 2185 - (hide annotations) (download)
Sun Jun 19 09:09:38 2011 UTC (12 years, 11 months ago) by persson
File size: 449 byte(s)
* fixed compilation with gcc 4.6.1
* another "make dist" fix, for LV2 plugin
* made --enable-pthread-testcancel default on Mac OS X
* Mac OS X: fixed hanging threads

1 persson 1777 if HAVE_LV2
2 persson 1923 INCLUDES = $(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     linuxsampler_la_SOURCES = PluginLv2.cpp PluginLv2.h \
8 persson 2185 lv2_event.h lv2_persist.h lv2_uri_map.h lv2_files.h
9 persson 1777 linuxsampler_la_LDFLAGS = -module -avoid-version
10     linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
11     endif
12 persson 2183
13     EXTRA_DIST = $(plugin_DATA)

  ViewVC Help
Powered by ViewVC