added include-path of LMMS for successfully compiling CAPS with shipped LADSPA-header

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@432 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-12-05 12:35:21 +00:00
parent 0844811f7d
commit cdb1167a39
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
AM_CXXFLAGS := $(AM_CXXFLAGS) -O6 -ffast-math -funroll-loops -ftracer
AM_CXXFLAGS := $(AM_CXXFLAGS) -O6 -ffast-math -funroll-loops -ftracer -I../../../include
DEST = $(libdir)/$(PACKAGE)/ladspa
SOURCES = $(wildcard *.cc)