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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1322 - (hide annotations) (download)
Tue Sep 4 11:04:56 2007 UTC (16 years, 7 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 schoenebeck 1322 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
2    
3 schoenebeck 1230 pkglibdir = $(LINUXSAMPLER_PLUGIN_DIR)
4 schoenebeck 1213
5     pkglib_LTLIBRARIES = \
6     libgigeditlinuxsamplerplugin.la
7     libgigeditlinuxsamplerplugin_la_SOURCES = \
8 schoenebeck 1322 linuxsamplerplugin.cpp \
9     linuxsamplerplugin.h
10 schoenebeck 1213 libgigeditlinuxsamplerplugin_la_LIBADD = \
11 schoenebeck 1226 $(top_builddir)/src/gigedit/libgigedit.la
12 schoenebeck 1213 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