From: PHO Date: Sat, 27 Dec 2008 14:16:18 +0000 (+0900) Subject: $(LIBOBJS) must be explicitly added to the LDADD? X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=daemon.git;a=commitdiff_plain;h=1f7a4b03d34008096c4c0159c0c91c702e8d2e91 $(LIBOBJS) must be explicitly added to the LDADD? --- diff --git a/Makefile.am b/Makefile.am index 0f60bfd..2555054 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,3 +13,4 @@ man8_MANS = daemon.8 EXTRA_DIST = $(man8_MANS) getprogname.c AM_CFLAGS = -Wall +AM_LDLDD = $(LIBOBJS) \ No newline at end of file