From 1666d285d744173e03c585dd6525219732ba313a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 27 Jun 2010 12:02:44 -0400 Subject: Add signal handling with the GMainLoop Provided through a very simplistic interface in obt, found in the obt/signal.[ch] files --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3