Skip to content

Commit

Permalink
don't bother with include-dirs or whatever. just have the directory i…
Browse files Browse the repository at this point in the history
…n the filenames
  • Loading branch information
mikeplus64 committed Dec 28, 2012
1 parent d184966 commit db901d6
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions hslua.cabal
Expand Up @@ -24,38 +24,36 @@ library
if flag(system-lua) if flag(system-lua)
extra-libraries: lua extra-libraries: lua
else else
include-dirs: lua c-sources: lua/lapi.c
c-sources: , lua/lauxlib.c
lapi.c , lua/lbaselib.c
, lauxlib.c , lua/lcode.c
, lbaselib.c , lua/ldblib.c
, lcode.c , lua/ldebug.c
, ldblib.c , lua/ldo.c
, ldebug.c , lua/ldump.c
, ldo.c , lua/lfunc.c
, ldump.c , lua/lgc.c
, lfunc.c , lua/linit.c
, lgc.c , lua/liolib.c
, linit.c , lua/llex.c
, liolib.c , lua/lmathlib.c
, llex.c , lua/lmem.c
, lmathlib.c , lua/loadlib.c
, lmem.c , lua/lobject.c
, loadlib.c , lua/lopcodes.c
, lobject.c , lua/loslib.c
, lopcodes.c , lua/lparser.c
, loslib.c , lua/lstate.c
, lparser.c , lua/lstring.c
, lstate.c , lua/lstrlib.c
, lstring.c , lua/ltable.c
, lstrlib.c , lua/ltablib.c
, ltable.c , lua/ltm.c
, ltablib.c , lua/lundump.c
, ltm.c , lua/lvm.c
, lundump.c , lua/lzio.c
, lvm.c , lua/ntrljmp.c
, lzio.c
, ntrljmp.c


if os(linux) if os(linux)
cc-options: "-DLUA_USE_LINUX" cc-options: "-DLUA_USE_LINUX"
Expand Down

0 comments on commit db901d6

Please sign in to comment.