From 854733fed2a640b48f0cbc22f39d004b3dfdea06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 6 Dec 2009 00:10:29 +0000 Subject: [PATCH] Fixed a typo --- qt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/Makefile.am b/qt/Makefile.am index 475f27c..6711394 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -80,7 +80,7 @@ eliot_SOURCES = \ main.cpp eliot_SOURCES += $(BUILT_SOURCES) -eliot_LDADD = ../game/libgame.a ../dic/libdic.a @QT_LIBS@ @LIBINTL@ @LIBCONFIG_LIBS@ @ARABICA_LIBS@ @EXPAT_CFLAGS@ +eliot_LDADD = ../game/libgame.a ../dic/libdic.a @QT_LIBS@ @LIBINTL@ @LIBCONFIG_LIBS@ @ARABICA_LIBS@ @EXPAT_LDFLAGS@ # Generate a cpp file from the resources resources.cpp: eliot.qrc $(RESOURCES)