From 1c7123f3a6ea23589d374e66b0f2af91595a15da Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Jul 2008 18:28:53 +0200 Subject: build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\ Michael (This used to be commit b871cb0cb6d32e5e97666bd429d0fb9940ae4b2e) --- source3/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 2050a5eebc..1b0b37cad9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -343,6 +343,9 @@ PARAM_OBJ = $(PARAM_WITHOUT_REG_OBJ) $(PARAM_REG_ADD_OBJ) KRBCLIENT_OBJ = libads/kerberos.o libads/ads_status.o +LIBADDNS_OBJ0 = libaddns/dnsrecord.o libaddns/dnsutils.o libaddns/dnssock.o \ + libaddns/dnsgss.o libaddns/dnsmarshall.o + GPEXT_OBJ = libgpo/gpext/gpext.o @GPEXT_STATIC@ LIBGPO_OBJ0 = libgpo/gpo_ldap.o libgpo/gpo_ini.o libgpo/gpo_util.o \ @@ -1717,8 +1720,6 @@ uninstalllibwbclient:: # #------------------------------------------------------------------- -LIBADDNS_OBJ0 = libaddns/dnsrecord.o libaddns/dnsutils.o libaddns/dnssock.o \ - libaddns/dnsgss.o libaddns/dnsmarshall.o LIBADDNS_OBJ = $(LIBADDNS_OBJ0) @LIBTALLOC_STATIC@ LIBADDNS=bin/libaddns.a @LIBADDNS_SHARED@ -- cgit