summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-12 00:29:45 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-10-12 00:29:45 +0200
commit3503079eae02744f8e361a78fb1ef71a30d03b39 (patch)
treefc3565574a422a9055f39651a4bdfc4748656d07 /apps/Makefile
parentreading config dir works now (diff)
reading of mixer commands works now
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index cce8207..ff1bd06 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -28,7 +28,8 @@ EXECUTABLE := dolmetschctl
C_OBJS := osc.o \
midi.o \
- mixer.o \
+ slist.o \
+ mixer.o \
dolmetschctl.o
C_SRCS := $(C_OBJS:%.o=%.c)