/[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 1322 - (show annotations) (download)
Tue Sep 4 11:04:56 2007 UTC (16 years, 6 months ago) by schoenebeck
File size: 513 byte(s)
* as counterpart to latest LS commit: added experimental support to
  synchronize gigedit with LinuxSampler to avoid race conditions / crash
  while modifying data structures and playing the instrument with LS at
  the same time
* packaging fixes: don't use a hard coded path to install the LS plugin
  DLL, trying to substitute the given LS plugin directory by the
  '${libdir}' automake variable (mandatory i.e. for Gentoo ebuild) and
  include plugin/linuxsamplerplugin.h into the release tarball
  ('make dist')
* updated German translation (po/de.po)

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

  ViewVC Help
Powered by ViewVC