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
b5974eeb
Commit
b5974eeb
authored
Aug 02, 2012
by
Mukund Sivaraman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2071] Add b10 prefix to libcryptolink.la
parent
7b2491ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
src/lib/cryptolink/Makefile.am
src/lib/cryptolink/Makefile.am
+5
-5
src/lib/cryptolink/tests/Makefile.am
src/lib/cryptolink/tests/Makefile.am
+1
-1
src/lib/dns/Makefile.am
src/lib/dns/Makefile.am
+1
-1
No files found.
src/lib/cryptolink/Makefile.am
View file @
b5974eeb
...
...
@@ -6,10 +6,10 @@ AM_CXXFLAGS = $(B10_CXXFLAGS)
CLEANFILES
=
*
.gcno
*
.gcda
lib_LTLIBRARIES
=
libcryptolink.la
lib_LTLIBRARIES
=
lib
b10-
cryptolink.la
libcryptolink_la_SOURCES
=
cryptolink.h cryptolink.cc
libcryptolink_la_SOURCES
+=
crypto_hmac.h crypto_hmac.cc
lib
b10_
cryptolink_la_SOURCES
=
cryptolink.h cryptolink.cc
lib
b10_
cryptolink_la_SOURCES
+=
crypto_hmac.h crypto_hmac.cc
libcryptolink_la_LDFLAGS
=
${BOTAN_LDFLAGS}
libcryptolink_la_LIBADD
=
${BOTAN_LIBS}
${BOTAN_RPATH}
lib
b10_
cryptolink_la_LDFLAGS
=
${BOTAN_LDFLAGS}
lib
b10_
cryptolink_la_LIBADD
=
${BOTAN_LIBS}
${BOTAN_RPATH}
src/lib/cryptolink/tests/Makefile.am
View file @
b5974eeb
...
...
@@ -22,7 +22,7 @@ run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
run_unittests_LDFLAGS
=
$(BOTAN_LDFLAGS)
$(GTEST_LDFLAGS)
$(AM_LDFLAGS)
run_unittests_LDADD
=
$(GTEST_LDADD)
$(BOTAN_LIBS)
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/libb10-util.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/cryptolink/libcryptolink.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/cryptolink/lib
b10-
cryptolink.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/unittests/libutil_unittests.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/exceptions/libb10-exceptions.la
endif
...
...
src/lib/dns/Makefile.am
View file @
b5974eeb
...
...
@@ -128,7 +128,7 @@ libdns___la_CPPFLAGS = $(AM_CPPFLAGS)
# Most applications of libdns++ will only implicitly rely on libcryptolink,
# so we add the dependency here so that the applications don't have to link
# libcryptolink explicitly.
libdns___la_LIBADD
=
$(top_builddir)
/src/lib/cryptolink/libcryptolink.la
libdns___la_LIBADD
=
$(top_builddir)
/src/lib/cryptolink/lib
b10-
cryptolink.la
libdns___la_LIBADD
+=
$(top_builddir)
/src/lib/util/libb10-util.la
nodist_libdns___include_HEADERS
=
rdataclass.h rrclass.h rrtype.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