diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 00:29:45 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 00:29:45 +0200 |
commit | 3503079eae02744f8e361a78fb1ef71a30d03b39 (patch) | |
tree | fc3565574a422a9055f39651a4bdfc4748656d07 /apps/Makefile | |
parent | reading config dir works now (diff) |
reading of mixer commands works now
Diffstat (limited to 'apps/Makefile')
-rw-r--r-- | apps/Makefile | 3 |
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) |