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,5 +1,9 @@
2006-12-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/ladspa_effect/caps/Makefile.am:
added include-path of LMMS for successfully compiling CAPS with shipped
LADSPA-header
* src/tracks/instrument_track.cpp:
integrated patch from Jean-Yves Lefort <jylefort/at/freebsd/dot/org>

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(lmms, 0.2.1-svn20061204, lmms-devel/at/lists/dot/sf/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-svn20061204)
AC_INIT(lmms, 0.2.1-svn20061205, lmms-devel/at/lists/dot/sf/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-svn20061205)
AM_CONFIG_HEADER(config.h)

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)