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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1226 by schoenebeck, Sun Jun 10 11:01:16 2007 UTC revision 1809 by persson, Sun Dec 14 15:52:10 2008 UTC
# Line 1  Line 1 
1  #TODO: retrieve plugin path from LS's pkg-config info  AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
2  pkglibdir = /usr/lib/linuxsampler/plugins  
3    pkglibdir = $(LINUXSAMPLER_PLUGIN_DIR)
4    
5  pkglib_LTLIBRARIES = \  pkglib_LTLIBRARIES = \
6          libgigeditlinuxsamplerplugin.la          libgigeditlinuxsamplerplugin.la
7  libgigeditlinuxsamplerplugin_la_SOURCES = \  libgigeditlinuxsamplerplugin_la_SOURCES = \
8          linuxsamplerplugin.cpp          linuxsamplerplugin.cpp \
9            linuxsamplerplugin.h
10  libgigeditlinuxsamplerplugin_la_LIBADD = \  libgigeditlinuxsamplerplugin_la_LIBADD = \
11          $(top_builddir)/src/gigedit/libgigedit.la          $(top_builddir)/src/gigedit/libgigedit.la \
12            $(GTKMM_LIBS) $(GIG_LIBS)
13  libgigeditlinuxsamplerplugin_la_CXXFLAGS = \  libgigeditlinuxsamplerplugin_la_CXXFLAGS = \
14          $(LINUXSAMPLER_CFLAGS)          $(LINUXSAMPLER_CFLAGS)
15  libgigeditlinuxsamplerplugin_la_LDFLAGS = \  libgigeditlinuxsamplerplugin_la_LDFLAGS = \
16          -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ \          -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ \
17          $(LINUXSAMPLER_LIBS)          -module -no-undefined

Legend:
Removed from v.1226  
changed lines
  Added in v.1809

  ViewVC Help
Powered by ViewVC