Curseshelper. structures for settings
This commit is contained in:
2
makefile
2
makefile
@@ -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)
|
||||
|
Reference in New Issue
Block a user