/[svn]/linuxsampler/trunk/src/plugins/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/plugins/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1375 - (show annotations) (download)
Wed Oct 3 18:41:09 2007 UTC (16 years, 5 months ago) by schoenebeck
File size: 495 byte(s)
* code refactoring, moved the following files from
  src/engines/ -> src/plugins/ :

  InstrumentEditor.h ,
  InstrumentEditor.cpp ,
  InstrumentEditorFactory.h ,
  InstrumentEditorFactory.cpp

1 INCLUDES = $(all_includes)
2 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH) -DCONFIG_PLUGIN_DIR=\"$(config_plugin_dir)\"
3 METASOURCES = AUTO
4
5 liblinuxsamplerpluginsincludedir = $(includedir)/linuxsampler/plugins
6 liblinuxsamplerpluginsinclude_HEADERS = \
7 InstrumentEditor.h \
8 InstrumentEditorFactory.h
9
10 noinst_LTLIBRARIES = liblinuxsamplerplugins.la
11 liblinuxsamplerplugins_la_SOURCES = \
12 InstrumentEditor.cpp InstrumentEditor.h \
13 InstrumentEditorFactory.cpp InstrumentEditorFactory.h

  ViewVC Help
Powered by ViewVC