blob: f27aeb66e4f7fecc56624101047e037235605d64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## check-libntp.mf - automake fragment
##
## ../check-libntp.mf
## The above file has a version of this for the non-sntp portion
## of the NTP package.
.PHONY: check-libntp
if LIBNTP_SUBMAKES
BUILT_SOURCES += check-libntp
check-libntp:
cd $(top_builddir)/../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
endif
|