From: Marcin Siodelski Date: Wed, 15 Apr 2015 14:40:30 +0000 (+0200) Subject: [master] Prevent distcheck failure in user_chk hook library. X-Git-Tag: trac3812_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1859093393d179fa3ece808da3b39debb54b5414;p=thirdparty%2Fkea.git [master] Prevent distcheck failure in user_chk hook library. --- diff --git a/src/hooks/dhcp/user_chk/Makefile.am b/src/hooks/dhcp/user_chk/Makefile.am index bef8863e52..97dba23f96 100644 --- a/src/hooks/dhcp/user_chk/Makefile.am +++ b/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