summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-06-27 12:02:44 -0400
committerMikael Magnusson <mikachu@gmail.com>2010-09-16 17:24:11 +0200
commit1666d285d744173e03c585dd6525219732ba313a (patch)
treecba6085a3b060ed2e3cc7ea62c31ca5ce8c64b7c /Makefile.am
parentb79b70620fbf4b73534d964bfbf647e268ece404 (diff)
Add signal handling with the GMainLoop
Provided through a very simplistic interface in obt, found in the obt/signal.[ch] files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 765ffaa9..62570bd0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -144,6 +144,8 @@ obt_libobt_la_SOURCES = \
obt/paths.c \
obt/prop.h \
obt/prop.c \
+ obt/signal.h \
+ obt/signal.c \
obt/util.h \
obt/watch.h \
obt/watch.c \
@@ -439,6 +441,7 @@ obtpubinclude_HEADERS = \
obt/xml.h \
obt/paths.h \
obt/prop.h \
+ obt/signal.h \
obt/util.h \
obt/version.h \
obt/watch.h \