summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-07 18:28:53 +0200
committerMichael Adam <obnox@samba.org>2008-07-07 20:34:02 +0200
commit1c7123f3a6ea23589d374e66b0f2af91595a15da (patch)
tree1347c37bb26cd0e0c2a568615d4937a83e9ba02e /source3/Makefile.in
parent5df4ca43ebd6a382db6744ddd7ba99ebfa388883 (diff)
downloadsamba-1c7123f3a6ea23589d374e66b0f2af91595a15da.tar.gz
samba-1c7123f3a6ea23589d374e66b0f2af91595a15da.tar.bz2
samba-1c7123f3a6ea23589d374e66b0f2af91595a15da.zip
build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\
Michael (This used to be commit b871cb0cb6d32e5e97666bd429d0fb9940ae4b2e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 3 insertions, 2 deletions
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@