diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-20 13:07:35 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-20 13:07:35 (GMT) |
commit | e0985752f62c6bb3508cfd1b3d19eebbc195f99d (patch) | |
tree | 411ab7f8661737d69403253177f2c684a8ed19a6 /Makefile | |
parent | 652804347208838a90ac7b6b249bdce4f89c4f32 (diff) |
imported sysexec from uanytun
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ OBJ := log.o \ client_list.o \ watch_list.o \ options.o \ + sysexec.o \ rhdropbox.o SRC := $(OBJ:%.o=%.c) |