mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-18 10:26:15 +01:00
Fixed a typo
This commit is contained in:
parent
2eb28d61c5
commit
854733fed2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue