diff options
author | Michele Calgaro <[email protected]> | 2014-05-11 12:19:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-05-11 12:19:42 +0900 |
commit | c1a1b2a176d01fb9db2630a01736c5d39b5b2e68 (patch) | |
tree | 74199763708059479d93b53dcf69242ac663abcb /kpat/freecell-solver/Makefile.lite | |
parent | 8c0324af159f4e316244585f5299e48704de4c35 (diff) | |
download | tdegames-c1a1b2a176d01fb9db2630a01736c5d39b5b2e68.tar.gz tdegames-c1a1b2a176d01fb9db2630a01736c5d39b5b2e68.zip |
Fixed FTBFS on Slackware. This resolves bug 2046.
Diffstat (limited to 'kpat/freecell-solver/Makefile.lite')
-rw-r--r-- | kpat/freecell-solver/Makefile.lite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/Makefile.lite b/kpat/freecell-solver/Makefile.lite index 2a6248eb..aacf557a 100644 --- a/kpat/freecell-solver/Makefile.lite +++ b/kpat/freecell-solver/Makefile.lite @@ -7,7 +7,7 @@ DLFLAGS = END_OLFLAGS = END_DLFLAGS = -INCLUDES = alloc.h app_str.h caas.h card.h cl_chop.h fcs_config.h fcs_cl.h fcs.h fcs_dm.h fcs_enums.h fcs_hash.h fcs_isa.h fcs_move.h fcs_user.h inline.h jhjtypes.h lookup2.h move.h ms_ca.h prefix.h pqueue.h preset.h rand.h state.h test_arr.h tests.h +INCLUDES = alloc.h app_str.h caas.h card.h cl_chop.h fcs_config.h fcs_cl.h fcs.h fcs_dm.h fcs_enums.h fcs_hash.h fcs_isa.h fcs_move.h fcs_user.h jhjtypes.h lookup2.h move.h ms_ca.h prefix.h pqueue.h preset.h rand.h state.h test_arr.h tests.h TARGETS = fc-solve |