Browse Source

The *.pre.in file should be in the dist file,
not the spec file (since it hasn't been created yet).


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1573 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
2168cd95a7
2 changed files with 2 additions and 4 deletions
  1. 1 3
      src/bin/auth/Makefile.am
  2. 1 1
      src/bin/xfrin/Makefile.am

+ 1 - 3
src/bin/auth/Makefile.am

@@ -12,7 +12,7 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
 CLEANFILES = *.gcno *.gcda auth.pre auth.spec
 
 man_MANS = b10-auth.8
-EXTRA_DIST = $(man_MANS) b10-auth.xml auth.spec
+EXTRA_DIST = $(man_MANS) b10-auth.xml auth.pre.in
 
 if ENABLE_MAN
 
@@ -44,5 +44,3 @@ endif
 b10_authdir = $(DESTDIR)$(pkgdatadir)
 b10_auth_DATA = auth.spec
 
-EXTRA_DIST += auth.spec
-

+ 1 - 1
src/bin/xfrin/Makefile.am

@@ -5,7 +5,7 @@ pkglibexec_SCRIPTS = b10-xfrin
 b10_xfrindir = $(DESTDIR)$(pkgdatadir)
 b10_xfrin_DATA = xfrin.spec
 
-EXTRA_DIST = xfrin.spec
+EXTRA_DIST = xfrin.pre.in
 
 CLEANFILES = b10-xfrin xfrin.pre xfrin.spec