summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-02-16 22:51:37 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-02-16 22:51:37 (GMT)
commitdb20dcf04d70d525d2a8e055e1ada0a7338cda98 (patch)
treebb72c6a00947c358125f4007653af1cba8f86efa /src/Makefile
parentec6b037cd20e09766279689755df745e3da756ce (diff)
added signal handler
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 79c2a82..ba2f19a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -32,6 +32,7 @@ endif
EXECUTABLE := rharchive
C_OBJS := log.o \
+ sig_handler.o \
options.o \
slist.o \
string_list.o \