Removed start listener

This commit is contained in:
James Booth
2015-05-17 15:59:33 +01:00
parent 5eb65540cf
commit 153912a8ea
3 changed files with 4 additions and 44 deletions

View File

@@ -14,7 +14,10 @@ libstabber_la_SOURCES = $(sources)
include_HEADERS = stabber.h
noinst_PROGRAMS = runstabber
noinst_PROGRAMS = runstabber stabbertest
runstabber_SOURCES = runstabber.c
runstabber_CFLAGS = -I$(top_srcdir)
runstabber_LDADD = libstabber.la -lpthread
stabbertest_SOURCES = stabbertest.c
stabbertest_CFLAGS = -I$(top_srcdir)
stabbertest_LDADD = libstabber.la -lpthread