summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index e291a6915d..22856a4385 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -540,7 +540,7 @@ CONTRIB_LIBS += $(LIBLUA) $(LIBSQLITE)
EXTRA_OBJECTS += version.o
-LIBS += $(EXTRA_LIBS) $(CONTRIB_LIBS)
+LIBS += $(CONTRIB_LIBS) $(EXTRA_LIBS)
GAME_DEPENDS := $(DESTTILEFILES) $(OBJECTS) $(EXTRA_OBJECTS) $(CONTRIB_LIBS)
SRC_PKG_BASE := stone_soup
SRC_VERSION := $(shell git describe --tags --long)