summaryrefslogtreecommitdiff
path: root/check-libopts.mf
blob: 9f9b9e075f3f75b6e235bb133802cf5d67254e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## check-libopts.mf - automake fragment
##
## If we are not using the tearoff libopts, we won't be
## building its libopts.la, so the submake is allowed
## to fail.

BUILT_SOURCES	+= check-libopts
CLEANFILES	+= check-libopts

check-libopts: ../sntp/libopts/libopts.la
	@echo stamp > $@

../sntp/libopts/libopts.la:
	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la