summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-04-24 22:01:25 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-04-24 22:01:25 (GMT)
commit20ae6e2cc2bf30432333c036a0efd551f125caf4 (patch)
treec9c4fe55e4c185d369802bb19e8ab7d7611e29a4 /src/Makefile
parent44c4330ebf74fb57205a5e1d73436f3c06f2b033 (diff)
added exec for post processing
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
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)