/[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 1923 - (hide annotations) (download)
Sat Jun 27 16:55:41 2009 UTC (14 years, 9 months ago) by persson
File size: 627 byte(s)
* fixed crash happening when a pitch bend event arrived at the same
  time a new instrument was loading
* fixed building with sqlite installed in a non-standard directory

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     DeviceParameter.cpp DeviceParameter.h Device.h \
14     DeviceParameterFactory.cpp DeviceParameterFactory.h \
15     Plugin.cpp Plugin.h
16 schoenebeck 123 liblinuxsamplerdrivers_la_LDFLAGS =
17     #liblinuxsamplerdrivers_la_DEPENDENCIES =
18     liblinuxsamplerdrivers_la_LIBADD =
19 schoenebeck 207 SUBDIRS = audio midi

  ViewVC Help
Powered by ViewVC