summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-10 01:20:56 +0000
committerDavid Robillard <d@drobilla.net>2006-06-10 01:20:56 +0000
commit6c8eaee73b0ea66216744f49b452e22e26fe83e1 (patch)
tree6e44552c22c6dcf5959f2d7a69e3604d985a2429 /src/engine
parent6f78a755b0f8c59f85cdc02e9eeca8db860a2ed2 (diff)
downloadingen-6c8eaee73b0ea66216744f49b452e22e26fe83e1.tar.gz
ingen-6c8eaee73b0ea66216744f49b452e22e26fe83e1.tar.bz2
ingen-6c8eaee73b0ea66216744f49b452e22e26fe83e1.zip
More juggling
git-svn-id: http://svn.drobilla.net/lad/grauph@14 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/Event.cpp (renamed from src/engine/events/Event.cpp)0
-rw-r--r--src/engine/Event.h (renamed from src/engine/events/Event.h)0
-rw-r--r--src/engine/Makefile.am4
-rw-r--r--src/engine/QueuedEvent.h (renamed from src/engine/events/QueuedEvent.h)0
-rw-r--r--src/engine/events/Makefile.am2
5 files changed, 5 insertions, 1 deletions
diff --git a/src/engine/events/Event.cpp b/src/engine/Event.cpp
index 7d590e76..7d590e76 100644
--- a/src/engine/events/Event.cpp
+++ b/src/engine/Event.cpp
diff --git a/src/engine/events/Event.h b/src/engine/Event.h
index a6d06f83..a6d06f83 100644
--- a/src/engine/events/Event.h
+++ b/src/engine/Event.h
diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am
index 4317674f..ae0b3e53 100644
--- a/src/engine/Makefile.am
+++ b/src/engine/Makefile.am
@@ -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
diff --git a/src/engine/events/QueuedEvent.h b/src/engine/QueuedEvent.h
index 16560aaa..16560aaa 100644
--- a/src/engine/events/QueuedEvent.h
+++ b/src/engine/QueuedEvent.h
diff --git a/src/engine/events/Makefile.am b/src/engine/events/Makefile.am
index 9a882a4f..5b29e12b 100644
--- a/src/engine/events/Makefile.am
+++ b/src/engine/events/Makefile.am
@@ -1,3 +1,5 @@
+MAINTAINERCLEANFILES = Makefile.in
+
EXTRA_DIST = \
events/RegisterClientEvent.h \
events/RegisterClientEvent.cpp \