Move sources into src/ directory.
This commit is contained in:
parent
ba10714be3
commit
b5c1ebb200
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ endif
|
|||
# uncomment this line to print each playback event to the console (not RT safe)
|
||||
# CXXFLAGS+= -DDEBUG_EVENTS
|
||||
|
||||
SRCS:=$(wildcard *.C gui/*.fl gui/*.C)
|
||||
SRCS:=$(wildcard src/*.C src/gui/*.fl src/gui/*.C)
|
||||
|
||||
SRCS:=$(SRCS:.fl=.C)
|
||||
SRCS:=$(sort $(SRCS))
|
||||
|
|
Loading…
Reference in New Issue