summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-10-02 13:25:28 -0400
committerAdam Jackson <ajax@redhat.com>2009-10-02 13:25:28 -0400
commit318d0dde61bbb469adaae05b63df28512d9ba745 (patch)
tree7536a96edc26e7d8548729ab1c33c31f739e1616 /Makefile
parentff78c8530a1466afa60528c21263bc4bf16416ef (diff)
Start monitor API
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01632d1..4c1ea94 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,9 @@
-sources = gtf.c cvt.c
+sources = \
+ cvt.c \
+ gtf.c \
+ mode.c \
+ monitor.c
+
objects = $(sources:.c=.o)
all: libminitru.so.0