summaryrefslogtreecommitdiff
path: root/parseutil/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'parseutil/Makefile.am')
-rw-r--r--parseutil/Makefile.am13
1 files changed, 11 insertions, 2 deletions
diff --git a/parseutil/Makefile.am b/parseutil/Makefile.am
index 01f6bd264e47..e06b34990d75 100644
--- a/parseutil/Makefile.am
+++ b/parseutil/Makefile.am
@@ -1,8 +1,15 @@
+NULL=
#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
-AUTOMAKE_OPTIONS = ../util/ansi2knr
+AUTOMAKE_OPTIONS =
+BUILT_SOURCES =
+CLEANFILES =
noinst_PROGRAMS = @TESTDCF@ @DCFD@
EXTRA_PROGRAMS = testdcf dcfd
-INCLUDES = -I$(top_srcdir)/include
+
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
+ -I$(top_srcdir)/lib/isc/nothreads/include \
+ -I$(top_srcdir)/lib/isc/unix/include
+
ETAGS_ARGS = Makefile.am
DISTCLEANFILES = $(EXTRA_PROGRAMS)
#EXTRA_DIST= TAGS
@@ -11,3 +18,5 @@ check-local: @DCFD@
case "$(noinst_PROGRAMS)" in \
*dcfd*) ./dcfd -Y ;; \
esac
+
+include $(top_srcdir)/depsver.mf