s3: Fix build file due to file move. Use the new path of iniparser
authorMatthieu Patou <mat@matws.net>
Sun, 28 Feb 2010 21:21:09 +0000 (00:21 +0300)
committerStefan Metzmacher <metze@samba.org>
Wed, 3 Mar 2010 08:22:39 +0000 (09:22 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/Makefile.in
source3/configure.in

index 8678d15acca6a884cf02d6e59a9751407f7f6efd..de70c2747e14d211b4ab00bb88e304236aa4b1dc 100644 (file)
@@ -1293,8 +1293,8 @@ WINBIND_KRB5_LOCATOR_OBJ = $(WINBIND_KRB5_LOCATOR_OBJ1) $(LIBREPLACE_OBJ)
 POPT_OBJ=../lib/popt/findme.o ../lib/popt/popt.o ../lib/popt/poptconfig.o \
           ../lib/popt/popthelp.o ../lib/popt/poptparse.o
 
-INIPARSER_OBJ = iniparser_build/iniparser.o iniparser_build/dictionary.o \
-               iniparser_build/strlib.o
+INIPARSER_OBJ = ../lib/iniparser_build/iniparser.o ../lib/iniparser_build/dictionary.o \
+               ../lib/iniparser_build/strlib.o
 
 TDBBACKUP_OBJ = @tdbdir@/tools/tdbbackup.o $(LIBREPLACE_OBJ) \
        $(SOCKET_WRAPPER_OBJ)
index 45d2563ff365fcce90f95e65745b68fd45fad453..7ba72bf26c3ee2833c6e0c6c9b641bdfea4db308 100644 (file)
@@ -6447,7 +6447,7 @@ if test x"$INCLUDED_INIPARSER" = x"yes"; then
     AC_MSG_RESULT(yes)
     BUILD_INIPARSER='$(INIPARSER_OBJ)'
        INIPARSERLIBS=""
-    FLAGS1="$FLAGS1 -I\$(srcdir)/iniparser/src"
+    FLAGS1="$FLAGS1 -I\$(srcdir)/../lib/iniparser/src"
 else
     AC_MSG_RESULT(no)
        BUILD_INIPARSER=""