Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
18590933
Commit
18590933
authored
Apr 15, 2015
by
Marcin Siodelski
Browse files
[master] Prevent distcheck failure in user_chk hook library.
parent
e366ba78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hooks/dhcp/user_chk/Makefile.am
View file @
18590933
...
@@ -20,8 +20,9 @@ s-messages: user_chk_messages.mes
...
@@ -20,8 +20,9 @@ s-messages: user_chk_messages.mes
# (so that they are built before the main library is built).
# (so that they are built before the main library is built).
BUILT_SOURCES
=
user_chk_messages.h user_chk_messages.cc
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
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
# Get rid of generated message files on a clean
CLEANFILES
=
*
.gcno
*
.gcda user_chk_messages.h user_chk_messages.cc s-messages
CLEANFILES
=
*
.gcno
*
.gcda user_chk_messages.h user_chk_messages.cc s-messages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment