[svn] commit: r1858 - /trunk/src/bin/auth/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 19 15:35:42 UTC 2010
Author: jreed
Date: Wed May 19 15:35:42 2010
New Revision: 1858
Log:
Use BUILT_SOURCES to get that generated header available before compilation.
Modified:
trunk/src/bin/auth/Makefile.am
Modified: trunk/src/bin/auth/Makefile.am
==============================================================================
--- trunk/src/bin/auth/Makefile.am (original)
+++ trunk/src/bin/auth/Makefile.am Wed May 19 15:35:42 2010
@@ -26,11 +26,11 @@
spec_config.h: spec_config.h.pre
$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" spec_config.h.pre >$@
+BUILT_SOURCES = spec_config.h
pkglibexec_PROGRAMS = b10-auth
b10_auth_SOURCES = auth_srv.cc auth_srv.h
b10_auth_SOURCES += common.h
b10_auth_SOURCES += main.cc
-b10_auth_SOURCES += spec_config.h
b10_auth_LDADD = $(top_builddir)/src/lib/datasrc/.libs/libdatasrc.a
b10_auth_LDADD += $(top_builddir)/src/lib/dns/.libs/libdns.a
b10_auth_LDADD += $(top_builddir)/src/lib/config/.libs/libcfgclient.a
More information about the bind10-changes
mailing list