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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3093 - (hide annotations) (download)
Mon Jan 16 22:48:14 2017 UTC (7 years, 3 months ago) by schoenebeck
File size: 864 byte(s)
- Fixed compile error on some systems.

1 iliev 1835 if HAVE_SQLITE3
2 schoenebeck 3093 AM_CPPFLAGS = $(all_includes) $(GIG_CFLAGS) $(SNDFILE_CFLAGS) $(LIB_SF2)
3 iliev 1161 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
4     METASOURCES = AUTO
5    
6     sqlite3_lflags = $(SQLITE3_LIBS)
7     sqlite3_cflags = $(SQLITE3_CFLAGS)
8 schoenebeck 1364 instruments_db_headers = \
9     InstrumentsDb.h InstrumentsDbUtilities.h
10     instruments_db_sources = \
11     InstrumentsDb.cpp InstrumentsDb.h \
12     InstrumentsDbUtilities.cpp InstrumentsDbUtilities.h
13 iliev 1161
14 schoenebeck 1424 ## no need to expose the instruments DB to the C++ API ATM
15     #liblinuxsamplerdbincludedir = $(includedir)/linuxsampler/db
16     #liblinuxsamplerdbinclude_HEADERS = \
17     # $(instruments_db_headers)
18 iliev 1161
19     noinst_LTLIBRARIES = liblinuxsamplerdb.la
20     liblinuxsamplerdb_la_SOURCES = \
21 schoenebeck 1364 $(instruments_db_sources)
22 iliev 1161
23     liblinuxsamplerdb_la_LIBADD = $(sqlite3_lflags)
24     liblinuxsamplerdb_la_CFLAGS = $(sqlite3_cflags)
25     liblinuxsamplerdb_la_CXXFLAGS = $(sqlite3_cflags)
26 persson 2420 endif

  ViewVC Help
Powered by ViewVC