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
ISC Open Source Projects
BIND
Commits
4233113d
Commit
4233113d
authored
Jan 31, 2000
by
David Lawrence
Browse files
compile omapi.c, compile with OMAPI include directories, link with libomapi.a
parent
9397fb1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/Makefile.in
View file @
4233113d
...
...
@@ -22,12 +22,13 @@ top_srcdir = @top_srcdir@
@BIND9_INCLUDES@
CINCLUDES
=
-I
${srcdir}
/include
-I
${srcdir}
/unix/include
\
${DNS_INCLUDES}
${ISC_INCLUDES}
${DNS_INCLUDES}
${ISC_INCLUDES}
${OMAPI_INCLUDES}
CDEFINES
=
CWARNINGS
=
DEPLIBS
=
../../lib/dns/libdns.@A@
\
../../lib/omapi/libomapi.@A@
\
../../lib/isc/libisc.@A@
LIBS
=
${DEPLIBS}
\
...
...
@@ -38,13 +39,13 @@ SUBDIRS = unix
TARGETS
=
named
OBJS
=
client.@O@ interfacemgr.@O@ listenlist.@O@
\
log.@O@ main.@O@ notify.@O@
\
log.@O@ main.@O@ notify.@O@
omapi.@O@
\
query.@O@ server.@O@ update.@O@ xfrout.@O@
UOBJS
=
unix/os.@O@
SRCS
=
client.c interfacemgr.c listenlist.c
\
log.c main.c notify.c
\
log.c main.c notify.c
omapi.c
\
query.c server.c update.c xfrout.c
@BIND9_MAKE_RULES@
...
...
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