summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-20 13:07:35 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-20 13:07:35 (GMT)
commite0985752f62c6bb3508cfd1b3d19eebbc195f99d (patch)
tree411ab7f8661737d69403253177f2c684a8ed19a6 /Makefile
parent652804347208838a90ac7b6b249bdce4f89c4f32 (diff)
imported sysexec from uanytun
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6eb770e..a7becfc 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ OBJ := log.o \
client_list.o \
watch_list.o \
options.o \
+ sysexec.o \
rhdropbox.o
SRC := $(OBJ:%.o=%.c)