summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbcc933)
raw | patch | inline | side by side (parent: fbcc933)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 8 Dec 2006 15:55:28 +0000 (16:55 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 8 Dec 2006 17:16:48 +0000 (18:16 +0100) |
Without this change the .tar.{bz2,gz} does not contain utils_dns.h.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Sebastian Harl <sh@tokkee.org>
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index fcbcb1679f80dce38f077dcd409ab6dbab012b24..6e7e339574387329a05bfdc5ac5c0ea8ae53940d 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
if BUILD_MODULE_DNS
pkglib_LTLIBRARIES += dns.la
-dns_la_SOURCES = dns.c utils_dns.c
+dns_la_SOURCES = dns.c utils_dns.c utils_dns.h
dns_la_LDFLAGS = -module -avoid-version
if BUILD_WITH_LIBPCAP
dns_la_LDFLAGS += -lpcap