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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1934 - (show annotations) (download)
Sun Jul 12 10:35:55 2009 UTC (14 years, 9 months ago) by schoenebeck
File size: 641 byte(s)
* bugfix: don't allow to create or destroy audio devices and MIDI devices
  of host plugin implementations (e.g VST, AU, DSSI, LV2) on their own,
  as they only exist in the context of the plugin instance and would
  otherwise crash the application

1 INCLUDES = $(all_includes) $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5
6 liblinuxsamplerdriversincludedir = $(includedir)/linuxsampler/drivers
7 liblinuxsamplerdriversinclude_HEADERS = \
8 Device.h \
9 DeviceParameter.h
10
11 noinst_LTLIBRARIES = liblinuxsamplerdrivers.la
12 liblinuxsamplerdrivers_la_SOURCES = \
13 Device.cpp Device.h \
14 DeviceParameter.cpp DeviceParameter.h \
15 DeviceParameterFactory.cpp DeviceParameterFactory.h \
16 Plugin.cpp Plugin.h
17 liblinuxsamplerdrivers_la_LDFLAGS =
18 #liblinuxsamplerdrivers_la_DEPENDENCIES =
19 liblinuxsamplerdrivers_la_LIBADD =
20 SUBDIRS = audio midi

  ViewVC Help
Powered by ViewVC