Browse Source

[1186] Make distcheck fixed.

Tomek Mrugalski 13 years ago
parent
commit
620072324a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/dhcp/Makefile.am

+ 1 - 2
src/lib/dhcp/Makefile.am

@@ -18,8 +18,7 @@ libdhcp_la_SOURCES += dhcp6.h
 libdhcp_la_SOURCES += pkt6.cc pkt6.h
 
 EXTRA_DIST  = README
-EXTRA_DIST += logimpl_messages.mes
-EXTRA_DIST += log_messages.mes
+#EXTRA_DIST += log_messages.mes
 
 # Note: the ordering matters: -Wno-... must follow -Wextra (defined in
 # B10_CXXFLAGS)