diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-07 20:36:27 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-07 20:36:27 +0000 |
commit | abb82291887b6784a13a7fcf719fa1d463781007 (patch) | |
tree | 73975e8357db517f5b71818d107d665d92e8daa1 /tools/Makefile.am |
Initial import
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..19bbc50 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,17 @@ + +INCLUDES = \ + -I$(top_srcdir) \ + $(PTHREAD_CFLAGS) + +bin_PROGRAMS = \ + notify-slaves + +notify_slaves_SOURCES = \ + notify-slaves.c \ + ../common/async-resolver.c \ + ../common/server-mainloop.c \ + ../common/sock-any.c + +# TODO: Somehow PTHREAD_LIBS isn't setup on linux gcc +notify_slaves_LDFLAGS = -pthread +notify_slaves_LIBS = $(PTHREAD_LIBS)
\ No newline at end of file |