aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-03-11 05:32:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-03-11 05:32:23 +0000
commit0025dcddecb1a7a3eaffe09a304feec032f44239 (patch)
treeb28fb9d215d294fb6915fca0d1a4b463f292a12a /Makefile
parente76e2af1752600028f40e26484e427963e3f0570 (diff)
first stab at an [error] object
svn path=/trunk/externals/log/; revision=15024
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7862ca9..cb801f8 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
+SOURCES = logpost.c error.c
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically