More juggling

git-svn-id: http://svn.drobilla.net/lad@14 a436a847-0d15-0410-975c-d299462d15a1
This commit is contained in:
dave 2006-06-10 01:20:56 +00:00
parent 2002300a83
commit fe735b3326
5 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,8 @@ DIST_SUBDIRS = events
AM_CXXFLAGS = @JACK_CFLAGS@ @LOSC_CFLAGS@ @ALSA_CFLAGS@ @LASH_CFLAGS@ @SLV2_CFLAGS@ -I$(top_srcdir)/src/common -I$(top_srcdir)/src/engine/events -fno-exceptions -fno-rtti
MAINTAINERCLEANFILES = Makefile.in
common_SOURCES = \
util.h \
tuning.h \
@ -218,7 +220,7 @@ libom_la_SOURCES = $(common_SOURCES)
#
# Statically linked stand-alone engine
# Stand-alone engine
#
if BUILD_ENGINE

View File

@ -1,3 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
events/RegisterClientEvent.h \
events/RegisterClientEvent.cpp \