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
ISC Open Source Projects
Kea
Commits
f9c52694
Commit
f9c52694
authored
Nov 27, 2014
by
Marcin Siodelski
Browse files
[3628] Corrected distcheck failure on configuration parser files.
parent
7cb90be6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/Makefile.am
View file @
f9c52694
...
...
@@ -23,10 +23,13 @@ AM_CXXFLAGS = $(KEA_CXXFLAGS)
# Whenever new file is added to the parsers folder, it must be
# added here.
EXTRA_DIST
=
EXTRA_DIST
+=
dbaccess_parser.cc dbaccess_parser.h
EXTRA_DIST
+=
dhcp_parsers.cc dhcp_parsers.h
EXTRA_DIST
+=
host_reservation_parser.cc host_reservation_parser.h
EXTRA_DIST
+=
host_reservations_list_parser.h
EXTRA_DIST
+=
parsers/dbaccess_parser.cc
EXTRA_DIST
+=
parsers/dbaccess_parser.h
EXTRA_DIST
+=
parsers/dhcp_parsers.cc
EXTRA_DIST
+=
parsers/dhcp_parsers.h
EXTRA_DIST
+=
parsers/host_reservation_parser.cc
EXTRA_DIST
+=
parsers/host_reservation_parser.h
EXTRA_DIST
+=
parsers/host_reservations_list_parser.h
# Define rule to build logging source files from message file
dhcpsrv_messages.h dhcpsrv_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