diff options
author | Yang Tse <yangsita@gmail.com> | 2010-08-08 02:58:19 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-08-08 02:59:55 +0200 |
commit | c49e9683b85ba9d12cbb6eebc4ab2c8dba68fbdc (patch) | |
tree | 19636bd61e730ad64f660653ce1345933bed00ab /tests/libtest/Makefile.am | |
parent | 6ea043a504d4b3307def90d54f9474ae02e97372 (diff) |
build: libhostname linkage adjustments followup
Diffstat (limited to 'tests/libtest/Makefile.am')
-rw-r--r-- | tests/libtest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index e6a580054..0603c03e1 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -71,7 +71,7 @@ if NO_UNDEFINED UNDEF = -no-undefined endif -libhostname_la_SOURCES = sethostname.c +libhostname_la_SOURCES = sethostname.c sethostname.h libhostname_la_LIBADD = libhostname_la_DEPENDENCIES = |