Install runner
This commit is contained in:
10
Makefile.am
10
Makefile.am
@@ -16,10 +16,12 @@ libstabber_la_SOURCES = $(sources)
|
|||||||
|
|
||||||
include_HEADERS = stabber.h
|
include_HEADERS = stabber.h
|
||||||
|
|
||||||
noinst_PROGRAMS = runstabber stabbertest
|
noinst_PROGRAMS = stabbertest
|
||||||
runstabber_SOURCES = runstabber.c
|
|
||||||
runstabber_CFLAGS = -I$(top_srcdir)
|
|
||||||
runstabber_LDADD = libstabber.la -lpthread
|
|
||||||
stabbertest_SOURCES = stabbertest.c
|
stabbertest_SOURCES = stabbertest.c
|
||||||
stabbertest_CFLAGS = -I$(top_srcdir)
|
stabbertest_CFLAGS = -I$(top_srcdir)
|
||||||
stabbertest_LDADD = libstabber.la -lpthread
|
stabbertest_LDADD = libstabber.la -lpthread
|
||||||
|
|
||||||
|
bin_PROGRAMS = stabber
|
||||||
|
stabber_SOURCES = stabber.c
|
||||||
|
stabber_CFLAGS = -I$(top_srcdir)
|
||||||
|
stabber_LDADD = libstabber.la -lpthread
|
||||||
|
|||||||
Reference in New Issue
Block a user