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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1934 - (hide annotations) (download)
Sun Jul 12 10:35:55 2009 UTC (14 years, 10 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 persson 1923 INCLUDES = $(all_includes) $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
2 schoenebeck 123 METASOURCES = AUTO
3    
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 123
6 schoenebeck 885 liblinuxsamplerdriversincludedir = $(includedir)/linuxsampler/drivers
7     liblinuxsamplerdriversinclude_HEADERS = \
8     Device.h \
9     DeviceParameter.h
10    
11 schoenebeck 123 noinst_LTLIBRARIES = liblinuxsamplerdrivers.la
12 persson 1777 liblinuxsamplerdrivers_la_SOURCES = \
13 schoenebeck 1934 Device.cpp Device.h \
14     DeviceParameter.cpp DeviceParameter.h \
15 persson 1777 DeviceParameterFactory.cpp DeviceParameterFactory.h \
16     Plugin.cpp Plugin.h
17 schoenebeck 123 liblinuxsamplerdrivers_la_LDFLAGS =
18     #liblinuxsamplerdrivers_la_DEPENDENCIES =
19     liblinuxsamplerdrivers_la_LIBADD =
20 schoenebeck 207 SUBDIRS = audio midi

  ViewVC Help
Powered by ViewVC