Curseshelper. structures for settings

This commit is contained in:
2018-03-26 11:50:10 +02:00
parent 6a4b0fd126
commit 6519092f7c
6 changed files with 56 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ CFLAGS = -Wall -g -O3 -DVERSION=\"$(VERSION)\"
#LDFLAGS = -lm -lpthread `gtk-config --cflags` `gtk-config --libs` -lgthread
LDFLAGS = -lmpg123 -lao -lconfig -lncurses -lpthread
OBJ = csoundbox.o config.o sound.o udpserver.o
OBJ = csoundbox.o config.o sound.o udpserver.o curseshelper.o
all: $(OBJ)
$(CC) $(CFLAGS) -o csoundbox $(OBJ) $(LDFLAGS)