2024-04-24 00:55:06 +00:00
|
|
|
bin_PROGRAMS = nest-sanity
|
|
|
|
noinst_PROGRAMS = notify-test
|
|
|
|
nest_sanity_CFLAGS = $(LIBCURL_CFLAGS)
|
|
|
|
nest_sanity_LDADD = $(LIBCURL_LIBS)
|
2024-04-24 02:01:26 +00:00
|
|
|
nest_sanity_SOURCES = sanity.c notify.c runtime-config.c check-users.c
|
2024-04-24 00:55:06 +00:00
|
|
|
notify_test_CFLAGS = $(LIBCURL_CFLAGS)
|
|
|
|
notify_test_LDADD = $(LIBCURL_LIBS)
|
|
|
|
notify_test_SOURCES = notify.c runtime-config.c notify-test.c
|