aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-03-11 04:08:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-03-11 04:08:45 +0000
commite76e2af1752600028f40e26484e427963e3f0570 (patch)
treed85b8cfc8ad83002a9473142f3437c89ba9ec80e /Makefile
parent92dc8b93a0239031ca456b1a8b0a9395648047ff (diff)
first sketch of a logpost object
svn path=/trunk/externals/log/; revision=15023
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb550ba..7862ca9 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 =
+SOURCES = logpost.c
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically