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)
extra-libraries: lua
else
include-dirs: lua
c-sources:
lapi.c
, lauxlib.c
, lbaselib.c
, lcode.c
, ldblib.c
, ldebug.c
, ldo.c
, ldump.c
, lfunc.c
, lgc.c
, linit.c
, liolib.c
, llex.c
, lmathlib.c
, lmem.c
, loadlib.c
, lobject.c
, lopcodes.c
, loslib.c
, lparser.c
, lstate.c
, lstring.c
, lstrlib.c
, ltable.c
, ltablib.c
, ltm.c
, lundump.c
, lvm.c
, lzio.c
, ntrljmp.c
c-sources: lua/lapi.c
, lua/lauxlib.c
, lua/lbaselib.c
, lua/lcode.c
, lua/ldblib.c
, lua/ldebug.c
, lua/ldo.c
, lua/ldump.c
, lua/lfunc.c
, lua/lgc.c
, lua/linit.c
, lua/liolib.c
, lua/llex.c
, lua/lmathlib.c
, lua/lmem.c
, lua/loadlib.c
, lua/lobject.c
, lua/lopcodes.c
, lua/loslib.c
, lua/lparser.c
, lua/lstate.c
, lua/lstring.c
, lua/lstrlib.c
, lua/ltable.c
, lua/ltablib.c
, lua/ltm.c
, lua/lundump.c
, lua/lvm.c
, lua/lzio.c
, lua/ntrljmp.c

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

0 comments on commit db901d6

Please sign in to comment.