Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Adam Osuchowski
Kea
Commits
fcf2f08d
Commit
fcf2f08d
authored
May 04, 2012
by
Mukund Sivaraman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[1930] Install headers into bind10-specific directory
parent
7d8efaf1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
2 deletions
+19
-2
.gitignore
.gitignore
+2
-0
Makefile.am
Makefile.am
+3
-0
configure.ac
configure.ac
+1
-0
dns++.pc.in
dns++.pc.in
+11
-0
src/lib/dns/Makefile.am
src/lib/dns/Makefile.am
+1
-1
src/lib/exceptions/Makefile.am
src/lib/exceptions/Makefile.am
+1
-1
No files found.
.gitignore
View file @
fcf2f08d
...
...
@@ -27,3 +27,5 @@ TAGS
/missing
/py-compile
/stamp-h1
/dns++.pc
Makefile.am
View file @
fcf2f08d
...
...
@@ -402,3 +402,6 @@ EXTRA_DIST += ext/asio/asio/system_error.hpp
EXTRA_DIST
+=
ext/asio/asio/deadline_timer.hpp
EXTRA_DIST
+=
ext/asio/asio/stream_socket_service.hpp
EXTRA_DIST
+=
ext/coroutine/coroutine.h
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
dns++.pc
configure.ac
View file @
fcf2f08d
...
...
@@ -1120,6 +1120,7 @@ AC_CONFIG_FILES([Makefile
tests/tools/badpacket/Makefile
tests/tools/badpacket/tests/Makefile
tests/tools/perfdhcp/Makefile
dns++.pc
])
AC_OUTPUT([doc/version.ent
src/bin/cfgmgr/b10-cfgmgr.py
...
...
dns++.pc.in
0 → 100644
View file @
fcf2f08d
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: dns++
Description: BIND 10 DNS library
Version: @PACKAGE_VERSION@
Requires: botan-1.8
Cflags: -I${includedir}/@PACKAGE_NAME@
Libs: -L${libdir} -ldns++ -lcryptolink -lutil -lexceptions -lm
src/lib/dns/Makefile.am
View file @
fcf2f08d
...
...
@@ -140,7 +140,7 @@ rrparamregistry.cc: rrparamregistry-placeholder.cc
rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc
:
Makefile
./gen-rdatacode.py
libdns___includedir
=
$(includedir)
/dns
libdns___includedir
=
$(includedir)
/
$(PACKAGE_NAME)
/
dns
libdns___include_HEADERS
=
\
edns.h
\
exceptions.h
\
...
...
src/lib/exceptions/Makefile.am
View file @
fcf2f08d
...
...
@@ -8,5 +8,5 @@ libexceptions_la_SOURCES = exceptions.h exceptions.cc
CLEANFILES
=
*
.gcno
*
.gcda
libexceptions_includedir
=
$(includedir)
/exceptions
libexceptions_includedir
=
$(includedir)
/
$(PACKAGE_NAME)
/
exceptions
libexceptions_include_HEADERS
=
exceptions.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