Browse Source

[master] Prevent distcheck failure in user_chk hook library.

Marcin Siodelski 10 years ago
parent
commit
1859093393
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/hooks/dhcp/user_chk/Makefile.am

+ 2 - 1
src/hooks/dhcp/user_chk/Makefile.am

@@ -20,8 +20,9 @@ s-messages: user_chk_messages.mes
 # (so that they are built before the main library is built).
 BUILT_SOURCES = user_chk_messages.h user_chk_messages.cc
 
-# Ensure that the message file is included in the distribution
 EXTRA_DIST = libdhcp_user_chk.dox
+# Ensure that the message file is included in the distribution
+EXTRA_DIST += user_chk_messages.mes
 
 # Get rid of generated message files on a clean
 CLEANFILES = *.gcno *.gcda user_chk_messages.h user_chk_messages.cc s-messages