/[svn]/gigedit/trunk/src/plugin/Makefile.am
ViewVC logotype

Contents of /gigedit/trunk/src/plugin/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1230 - (show annotations) (download)
Sun Jun 10 11:58:01 2007 UTC (16 years, 10 months ago) by schoenebeck
File size: 444 byte(s)
* the correct plugin path of the installed LinuxSampler is now
  automatically retrieved by the configure script using LS's respective
  pkg-config variable field

1 pkglibdir = $(LINUXSAMPLER_PLUGIN_DIR)
2
3 pkglib_LTLIBRARIES = \
4 libgigeditlinuxsamplerplugin.la
5 libgigeditlinuxsamplerplugin_la_SOURCES = \
6 linuxsamplerplugin.cpp
7 libgigeditlinuxsamplerplugin_la_LIBADD = \
8 $(top_builddir)/src/gigedit/libgigedit.la
9 libgigeditlinuxsamplerplugin_la_CXXFLAGS = \
10 $(LINUXSAMPLER_CFLAGS)
11 libgigeditlinuxsamplerplugin_la_LDFLAGS = \
12 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ \
13 $(LINUXSAMPLER_LIBS)

  ViewVC Help
Powered by ViewVC