Browse Source

[trac746] Clean up the resolvedef.{cc,h} files

Stephen Morris 14 years ago
parent
commit
8e4fcdf22e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/resolve/Makefile.am

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

@@ -19,7 +19,7 @@ resolvedef.h resolvedef.cc: resolvedef.mes
 # present when they are compiled), the safest option is to create it first.
 # present when they are compiled), the safest option is to create it first.
 BUILT_SOURCES = resolvedef.h resolvedef.cc
 BUILT_SOURCES = resolvedef.h resolvedef.cc
 
 
-CLEANFILES = *.gcno *.gcda
+CLEANFILES = *.gcno *.gcda resolvedef.cc resolvedef.h
 
 
 lib_LTLIBRARIES = libresolve.la
 lib_LTLIBRARIES = libresolve.la
 libresolve_la_SOURCES = resolve.h resolve.cc
 libresolve_la_SOURCES = resolve.h resolve.cc