projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcc933
)
src/Makefile.am: Added utils_dns.h to dns_la_SOURCES.
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>
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
fcbcb16
..
6e7e339
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-158,7
+158,7
@@
endif
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