added a few files to LMMS-headers

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1110 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-09 17:16:07 +00:00
parent 00f3cbc1d7
commit ccff4650f4
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-06-09 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* Makefile.am:
added a few files to LMMS-headers
2008-06-08 Paul Giblock <drfaygo/at/gmail/dot/com>
* src/gui/widgets/graph.h:

View File

@@ -182,7 +182,7 @@ lmms_EMBEDDED_RESOURCES = $(srcdir)/AUTHORS $(srcdir)/COPYING
if USE_3RDPARTY_LIBSRC
LIBSAMPLERATE_SOURCES= $(srcdir)/src/3rdparty/samplerate/samplerate.c \
LIBSAMPLERATE_SOURCES = $(srcdir)/src/3rdparty/samplerate/samplerate.c \
$(srcdir)/src/3rdparty/samplerate/samplerate.h \
$(srcdir)/src/3rdparty/samplerate/src_sinc.c \
$(srcdir)/src/3rdparty/samplerate/high_qual_coeffs.h \
@@ -192,6 +192,8 @@ LIBSAMPLERATE_SOURCES= $(srcdir)/src/3rdparty/samplerate/samplerate.c \
$(srcdir)/src/3rdparty/samplerate/float_cast.h \
$(srcdir)/src/3rdparty/samplerate/src_zoh.c \
$(srcdir)/src/3rdparty/samplerate/src_linear.c
SAMPLERATE_HEADER = $(srcdir)/src/3rdparty/samplerate/samplerate.h
endif
THIRD_PARTY_CODE=$(LIBSAMPLERATE_SOURCES)
@@ -501,7 +503,8 @@ lmms_SOURCES = \
$(THIRD_PARTY_CODE)
lmms_includedir = $(pkgincludedir)
lmms_include_HEADERS = $(wildcard include/*.h include/lmmsconfig.h)
lmms_include_HEADERS = $(wildcard include/*.h include/lmmsconfig.h) $(SAMPLERATE_HEADER) $(srcdir)/src/gui/embed.cpp
# $(srcdir)/src/tracks/sample_track.cpp