summaryrefslogtreecommitdiff
path: root/sntp/check-libntp.mf
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/check-libntp.mf')
-rw-r--r--sntp/check-libntp.mf15
1 files changed, 15 insertions, 0 deletions
diff --git a/sntp/check-libntp.mf b/sntp/check-libntp.mf
new file mode 100644
index 0000000..b867a3a
--- /dev/null
+++ b/sntp/check-libntp.mf
@@ -0,0 +1,15 @@
+## check-libntp.mf - automake fragment
+##
+## tests/libntp/Makefile.am
+## sntp/tests/Makefile.am
+## The above files have adaptations of this for deeper nesting.
+
+BUILT_SOURCES += check-libntp
+CLEANFILES += check-libntp
+
+check-libntp: ../libntp/libntp.a
+ @echo stamp > $@
+
+../libntp/libntp.a:
+ cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
+