From 8adfa4e3b45be2de44825b62beb8fe4ef1dbfab4 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Mon, 12 Jan 2015 17:07:41 +0000 Subject: [PATCH] issue-4 Fixed incorrect link order causing build failure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ad3de2..dd54890 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ifeq ($(MYSQL),YES) OPT_FILES += ucsqlite.o endif -example : libuc.a example.o +example : example.o libuc.a $(LINKXX) -o $@ $^