/[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 1213 by schoenebeck, Wed May 30 00:14:05 2007 UTC revision 1322 by schoenebeck, Tue Sep 4 11:04:56 2007 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/libgigedit.la          $(top_builddir)/src/gigedit/libgigedit.la
12  libgigeditlinuxsamplerplugin_la_CXXFLAGS = \  libgigeditlinuxsamplerplugin_la_CXXFLAGS = \
13          $(LINUXSAMPLER_CFLAGS)          $(LINUXSAMPLER_CFLAGS)
14  libgigeditlinuxsamplerplugin_la_LDFLAGS = \  libgigeditlinuxsamplerplugin_la_LDFLAGS = \
15          -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ \          -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ \
16          $(LINUXSAMPLER_LIBS)          $(LINUXSAMPLER_LIBS)
   
 # if somebody knows a better solution for this, let us know!  
 $(top_builddir)/src/libgigedit.la:  
         @echo "Hack in src/plugin/Makefile.am for dependency to ../libgigedit.la"  
         (cd .. && make libgigedit.la)  

Legend:
Removed from v.1213  
changed lines
  Added in v.1322

  ViewVC Help
Powered by ViewVC