/[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 2420 - (show annotations) (download)
Sun Feb 24 08:59:25 2013 UTC (11 years, 1 month ago) by persson
File size: 498 byte(s)
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings

1 AM_CPPFLAGS = $(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