mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
14 lines
207 B
Makefile
14 lines
207 B
Makefile
bin_PROGRAMS = cyphesisd cyphesis-control
|
|
|
|
#if BUILD_STATIC
|
|
|
|
LDFLAGS = -Wl,-static
|
|
|
|
#endif
|
|
|
|
AM_CPPFLAGS = -DSHAREDIR=\"@datadir@\"
|
|
|
|
LIBS=
|
|
|
|
cyphesisd_SOURCES = watchdog.c
|
|
cyphesis_control_SOURCES = control.c
|