Browse Source

merge from trunk r2050:
Make sure generated session_config.h is removed on "make clean".


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

Jeremy C. Reed 15 years ago
parent
commit
46c598de1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/cc/Makefile.am

+ 1 - 1
src/lib/cc/Makefile.am

@@ -11,7 +11,7 @@ AM_CXXFLAGS += -Wno-unused-parameter
 lib_LIBRARIES = libcc.a
 lib_LIBRARIES = libcc.a
 libcc_a_SOURCES = data.cc data.h session.cc session.h
 libcc_a_SOURCES = data.cc data.h session.cc session.h
 
 
-CLEANFILES = *.gcno *.gcda
+CLEANFILES = *.gcno *.gcda session_config.h
 
 
 session_config.h: session_config.h.pre
 session_config.h: session_config.h.pre
 	$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" session_config.h.pre >$@
 	$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" session_config.h.pre >$@