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

1 if HAVE_DSSI
2 INCLUDES = $(GIG_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