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

Annotation of /linuxsampler/trunk/src/hostplugins/dssi/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: 296 byte(s)
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings

1 persson 1777 if HAVE_DSSI
2 persson 2420 AM_CPPFLAGS = $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
3 persson 1777 plugindir = $(libdir)/dssi
4     plugin_LTLIBRARIES = linuxsampler.la
5     linuxsampler_la_SOURCES = PluginDssi.cpp PluginDssi.h
6     linuxsampler_la_LDFLAGS = -module -avoid-version
7     linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
8     endif

  ViewVC Help
Powered by ViewVC