8 lines
340 B
Makefile
8 lines
340 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 check-users.c
|
|
notify_test_CFLAGS = $(LIBCURL_CFLAGS)
|
|
notify_test_LDADD = $(LIBCURL_LIBS)
|
|
notify_test_SOURCES = notify.c runtime-config.c notify-test.c
|