diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-04-24 22:01:25 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-04-24 22:01:25 (GMT) |
commit | 20ae6e2cc2bf30432333c036a0efd551f125caf4 (patch) | |
tree | c9c4fe55e4c185d369802bb19e8ab7d7611e29a4 /src/Makefile | |
parent | 44c4330ebf74fb57205a5e1d73436f3c06f2b033 (diff) |
added exec for post processing
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 9651ce6..0e989ac 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,6 +35,7 @@ C_OBJS := log.o \ string_list.o \ writer.o \ file_list.o \ + sysexec.o \ rharchive.o C_SRCS := $(C_OBJS:%.o=%.c) |