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
Adam Osuchowski
Kea
Commits
7b2691af
Commit
7b2691af
authored
Jul 08, 2011
by
Michal 'vorner' Vaner
Browse files
[trac983] Fix library dependencies
parent
bfbd97a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/acl/Makefile.am
View file @
7b2691af
...
...
@@ -26,11 +26,12 @@ dns_la_CXXFLAGS = $(AM_CXXFLAGS) $(PYTHON_CXXFLAGS)
# Python prefers .so, while some OSes (specifically MacOS) use a different
# suffix for dynamic objects. -module is necessary to work this around.
acl_la_LDFLAGS
+=
-module
acl_la_LIBADD
=
$(top_builddir)
/src/lib/acl/lib
dns
acl.la
acl_la_LIBADD
=
$(top_builddir)
/src/lib/acl/libacl.la
acl_la_LIBADD
+=
$(PYTHON_LIB)
dns_la_LDFLAGS
+=
-module
dns_la_LIBADD
=
$(top_builddir)
/src/lib/acl/libdnsacl.la
dns_la_LIBADD
+=
acl.la
dns_la_LIBADD
+=
$(PYTHON_LIB)
EXTRA_DIST
=
acl.py dns.py
...
...
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