From 630203f8700d8dcf9be661695418dbbddbe42df4 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 15 Feb 2013 22:01:44 +0100 Subject: util: fixed building on mingw32 --- util/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/src/Makefile.am') diff --git a/util/src/Makefile.am b/util/src/Makefile.am index 11714b6..fb40027 100644 --- a/util/src/Makefile.am +++ b/util/src/Makefile.am @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -SUBDIRS = platforms/unix @ZLIBBUILD@ +SUBDIRS = $(PLATFORM_SUB) @ZLIBBUILD@ lib_LTLIBRARIES = libaxutil.la libaxutil_la_SOURCES = hash.c \ allocator.c \ @@ -54,7 +54,7 @@ libaxutil_la_SOURCES = hash.c \ http_chunked_stream.c \ digest_calc.c -libaxutil_la_LIBADD = $(top_builddir)/src/platforms/unix/libaxis2_unix.la \ +libaxutil_la_LIBADD = $(top_builddir)/src/platforms/$(PLATFORM)/libaxis2_$(PLATFORM).la \ -lpthread \ @ZLIBLIBS@ -- cgit v1.1-32-gdbae