diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-11 16:46:38 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-11 16:57:57 +0100 |
commit | 8201450efc105691e343c50b4eab946f7b0ee038 (patch) | |
tree | 70c0dd8c26740db888a7e7d096a6be7b1ed85353 /synth/Makefile | |
parent | db04e2fb861ed7ccef5a7339e9860ca5c2590a7c (diff) |
Now keeping track of unused shared objects and maybe unloading them
Diffstat (limited to 'synth/Makefile')
-rw-r--r-- | synth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/Makefile b/synth/Makefile index 2f16297..8109bc8 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -3,7 +3,7 @@ CFLAGS=-Wall -g CXXFLAGS=$(CFLAGS) LDFLAGS=-lm `pkg-config --cflags --libs jack` -OBJ=channel.o cli.o defines.o envelope.o filter.o globals.o jack.o load.o main.o note.o note_skel.o parser.o programs.o readwave.o util.o note_loader.o in_synth_cli.o communication.o +OBJ=channel.o cli.o defines.o envelope.o filter.o globals.o jack.o load.o main.o note.o note_skel.o parser.o programs.o readwave.o util.o note_loader.o in_synth_cli.o communication.o shared_object_manager.o BIN=synth DEPENDFILE = .depend |