Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
8399e2b6
Commit
8399e2b6
authored
Jan 07, 2013
by
JINMEI Tatuya
Browse files
[master] Merge branch 'master' of
ssh://git.bind10.isc.org/var/bind10/git/bind10
parents
5eb2ff86
3c162ca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/Makefile.am
View file @
8399e2b6
...
...
@@ -26,7 +26,8 @@ BUILT_SOURCES = dhcpsrv_messages.h dhcpsrv_messages.cc
# But older GCC compilers don't have the flag.
AM_CXXFLAGS
+=
$(WARNING_NO_MISSING_FIELD_INITIALIZERS_CFLAG)
CLEANFILES
=
*
.gcno
*
.gcda
# Make sure the generated files are deleted in a "clean" operation
CLEANFILES
=
*
.gcno
*
.gcda dhcpsrv_messages.h dhcpsrv_messages.cc
lib_LTLIBRARIES
=
libb10-dhcpsrv.la
libb10_dhcpsrv_la_SOURCES
=
...
...
@@ -63,6 +64,9 @@ if USE_CLANGPP
libb10_dhcpsrv_la_CXXFLAGS
+=
-Wno-unused-parameter
endif
# The message file should be in the distribution
EXTRA_DIST
=
dhcpsrv_messages.mes
# Distribute MySQL schema creation script and backend documentation
EXTRA_DIST
=
dhcpdb_create.mysql database_backends.dox libdhcpsrv.dox
EXTRA_DIST
+
=
dhcpdb_create.mysql database_backends.dox libdhcpsrv.dox
dist_pkgdata_DATA
=
dhcpdb_create.mysql
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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