1275970Scy## check-libopts.mf - automake fragment
2275970Scy##
3275970Scy## If we are not using the tearoff libopts, we won't be
4275970Scy## building its libopts.la, so the submake is allowed
5275970Scy## to fail.
6275970Scy
7275970ScyBUILT_SOURCES	+= check-libopts
8275970ScyCLEANFILES	+= check-libopts
9275970Scy
10275970Scycheck-libopts: ../sntp/libopts/libopts.la
11275970Scy	@echo stamp > $@
12275970Scy
13275970Scy../sntp/libopts/libopts.la:
14275970Scy	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
15