]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Prevent distcheck failure in user_chk hook library. trac3812_base
authorMarcin Siodelski <marcin@isc.org>
Wed, 15 Apr 2015 14:40:30 +0000 (16:40 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 15 Apr 2015 14:40:30 +0000 (16:40 +0200)
src/hooks/dhcp/user_chk/Makefile.am

index bef8863e52976594af492c050c309ce7763d524b..97dba23f960e87ce41743cc3e8721d719326f313 100644 (file)
@@ -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