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
6a5af9be
Commit
6a5af9be
authored
Nov 04, 2016
by
Marcin Siodelski
Browse files
[5055] Use pkgincludedir in several Makefile.am.
parent
6adc042b
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/Makefile.am
View file @
6a5af9be
...
...
@@ -176,7 +176,7 @@ s-rdatacode: Makefile $(EXTRA_DIST)
#rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: s-rdatacode
libdns___includedir
=
$(includedir)
/
$(PACKAGE_NAME)
/
dns
libdns___includedir
=
$(
pkg
includedir)
/dns
libdns___include_HEADERS
=
\
edns.h
\
exceptions.h
\
...
...
src/lib/exceptions/Makefile.am
View file @
6a5af9be
...
...
@@ -8,5 +8,5 @@ libkea_exceptions_la_SOURCES = exceptions.h exceptions.cc
CLEANFILES
=
*
.gcno
*
.gcda
libkea_exceptions_includedir
=
$(includedir)
/
$(PACKAGE_NAME)
/
exceptions
libkea_exceptions_includedir
=
$(
pkg
includedir)
/exceptions
libkea_exceptions_include_HEADERS
=
exceptions.h
src/lib/stats/Makefile.am
View file @
6a5af9be
...
...
@@ -16,5 +16,5 @@ libkea_stats_la_LIBADD = $(top_builddir)/src/lib/cc/libkea-cc.la
libkea_stats_la_LIBADD
+=
$(top_builddir)
/src/lib/util/libkea-util.la
libkea_stats_la_LIBADD
+=
$(top_builddir)
/src/lib/exceptions/libkea-exceptions.la
libkea_stats_includedir
=
$(includedir)
/
$(PACKAGE_NAME)
/
stats
libkea_stats_includedir
=
$(
pkg
includedir)
/stats
libkea_stats_include_HEADERS
=
stats_mgr.h
src/lib/util/Makefile.am
View file @
6a5af9be
...
...
@@ -41,7 +41,7 @@ libkea_util_la_LDFLAGS = -no-undefined -version-info 2:0:0
CLEANFILES
=
*
.gcno
*
.gcda
libkea_util_includedir
=
$(includedir)
/
$(PACKAGE_NAME)
/
util
libkea_util_includedir
=
$(
pkg
includedir)
/util
libkea_util_include_HEADERS
=
\
buffer.h
\
io_utilities.h
\
...
...
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