aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-03-11 05:41:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-03-11 05:41:46 +0000
commit4d115fa60ada0e8be73c456efe6d6f56c8a56792 (patch)
treef4ca36dc89ab1500e5221d1c854e5bb9000feb86 /Makefile
parentc8d841fbd112aaca23373c54d82df42d94d01742 (diff)
flushed out API with objects for all the current levels
svn path=/trunk/externals/log/; revision=15026
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb801f8..a6c28a5 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LIBRARY_NAME = log
# add your .c source files, one object per file, to the SOURCES
# variable, help files will be included automatically, and for GUI
# objects, the matching .tcl file too
-SOURCES = logpost.c error.c
+SOURCES = logpost.c debug.c normal.c error.c fatal.c
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically