diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 8be94a90b..15b3617bc 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -24,7 +24,7 @@ noinst_LIBRARIES = libutil.a libutil_a_SOURCES = logger.c fileutil.c miscutil.c strgutil.c \ ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c \ - dotlock.c http.c srv.h srv.c pka.c membuf.c + dotlock.c http.c pka.c membuf.c if USE_SIMPLE_GETTEXT libutil_a_SOURCES+=simple-gettext.c @@ -44,6 +44,10 @@ if USE_INTERNAL_REGEX libutil_a_SOURCES+=regex.c endif +if USE_DNS_SRV +libutil_a_SOURCES+=srv.c srv.h +endif + # The internal regex code #includes these. EXTRA_libutil_a_SOURCES = regcomp.c regexec.c regex_internal.c \ regex_internal.h |