nest-sanity-checks/Makefile.am

8 lines
326 B
Makefile

bin_PROGRAMS = nest-sanity
noinst_PROGRAMS = notify-test
nest_sanity_CFLAGS = $(LIBCURL_CFLAGS)
nest_sanity_LDADD = $(LIBCURL_LIBS)
nest_sanity_SOURCES = sanity.c notify.c runtime-config.c
notify_test_CFLAGS = $(LIBCURL_CFLAGS)
notify_test_LDADD = $(LIBCURL_LIBS)
notify_test_SOURCES = notify.c runtime-config.c notify-test.c