mirror of
https://github.com/pygos/init.git
synced 2024-11-05 20:27:09 +01:00
10 lines
238 B
Text
10 lines
238 B
Text
|
if GCROND
|
||
|
gcrond_SOURCES = crond/main.c crond/gcrond.h crond/runjob.c
|
||
|
gcrond_CPPFLAGS = $(AM_CPPFLAGS)
|
||
|
gcrond_CFLAGS = $(AM_CFLAGS)
|
||
|
gcrond_LDFLAGS = $(AM_LDFLAGS)
|
||
|
gcrond_LDADD = libcron.a libinit.a libcfg.a
|
||
|
|
||
|
sbin_PROGRAMS += gcrond
|
||
|
endif
|