rettama / luadbi

Automatically exported from code.google.com/p/luadbi
MIT License
0 stars 0 forks source link

Makefile improvements (fixes for #11 and #12) #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here are some improvements to makefile:
1) install support
2) destdir support
3) some kind of configuration support

So, it will fix #11 and #12, since it will be possible to add
PSQL_INC=-I/usr/include/postgresql/server
or
LUA_INC=-I/usr/include/luajit-2.0
and so on

Original issue reported on code.google.com by mva.name on 12 May 2013 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by MWild1 on 12 May 2013 at 4:58

GoogleCodeExporter commented 8 years ago
Fixed patch (s/5.1/LUA_V/ in LUA_INC)

Original comment by mva.name on 13 May 2013 at 5:07

Attachments: