1
Fork 0

Added headers to src/Makefile.am and added some files.

This commit is contained in:
EvanR 2008-12-10 10:51:57 -06:00
parent a58033bc16
commit 603966a475
6 changed files with 7 additions and 5 deletions

0
AUTHORS Normal file
View File

0
ChangeLog Normal file
View File

View File

@ -1,2 +1 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src doc gfx

0
NEWS Normal file
View File

0
README Normal file
View File

View File

@ -4,7 +4,10 @@ AM_LDFLAGS = -lfltk2 -ljack
bin_PROGRAMS = epichord
epichord_SOURCES = main.cpp seq.cpp jack.cpp ui.cpp \
pianoroll.cpp trackselect.cpp eventedit.cpp timeline.cpp \
sampleview.cpp trackinfo.cpp arranger.cpp keyboard.cpp \
trackmodule.cpp util.cpp midi.cpp uihelper.cpp \
saveload.cpp
pianoroll.cpp trackselect.cpp eventedit.cpp timeline.cpp \
sampleview.cpp trackinfo.cpp arranger.cpp keyboard.cpp \
trackmodule.cpp util.cpp midi.cpp uihelper.cpp \
saveload.cpp seq.h backend.h ui.h pianoroll.h \
trackselect.h eventedit.h timeline.h sampleview.h \
trackinfo.h arranger.h keyboard.h trackmodule.h \
util.h midi.h uihelper.h saveload.h