Move sources into src/ directory.

This commit is contained in:
Jonathan Moore Liles 2008-06-13 23:15:44 -05:00
parent ba10714be3
commit b5c1ebb200
47 changed files with 1 additions and 1 deletions

View File

@ -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))

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File