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

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

1 if HAVE_DSSI
2 AM_CPPFLAGS = $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
3 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