Browse Source

Add Makefile.am for bind-cfgd.
Update AC_CONFIG_FILES.


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

Jeremy C. Reed 15 years ago
parent
commit
e9b6a2eaee
3 changed files with 9 additions and 1 deletions
  1. 5 0
      configure.ac
  2. 1 1
      src/bin/Makefile.am
  3. 3 0
      src/bin/bind-cfgd/Makefile.am

+ 5 - 0
configure.ac

@@ -148,12 +148,17 @@ AC_CONFIG_FILES([Makefile
                  src/bin/bind10/Makefile
                  src/bin/cmd-ctrld/Makefile
                  src/bin/bindctl/Makefile
+                 src/bin/bind-cfgd/Makefile
                  src/bin/host/Makefile
                  src/bin/msgq/Makefile
                  src/bin/parkinglot/Makefile
                  src/lib/Makefile
                  src/lib/cc/Makefile
                  src/lib/cc/cpp/Makefile
+                 src/lib/cc/python/Makefile
+                 src/lib/cc/python/ISC/Makefile
+                 src/lib/cc/python/ISC/CC/Makefile
+                 src/lib/cc/python/ISC/Util/Makefile
                  src/lib/config/Makefile
                  src/lib/config/cpp/Makefile
                  src/lib/dns/Makefile

+ 1 - 1
src/bin/Makefile.am

@@ -1 +1 @@
-SUBDIRS = bind10 bindctl msgq parkinglot host cmd-ctrld
+SUBDIRS = bind10 bindctl bind-cfgd msgq parkinglot host cmd-ctrld

+ 3 - 0
src/bin/bind-cfgd/Makefile.am

@@ -0,0 +1,3 @@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+
+pkglibexec_SCRIPTS = bind-cfgd