Browse Source

Add simple Makefile.am.
(Need to commit for configure.ac and parent Makefile.am also.)


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@176 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
d609450550
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/bin/host/Makefile.am

+ 5 - 0
src/bin/host/Makefile.am

@@ -0,0 +1,5 @@
+AM_CPPFLAGS = -I$(top_srcdir)/src/lib
+
+bin_PROGRAMS = host
+host_SOURCES = host.cc
+host_LDADD = $(top_srcdir)/src/lib/dns/libdns.a