Skip to content

Commit 81ddfc1

Browse files
committed
Started fixing ml_sockets
1 parent 281c2be commit 81ddfc1

File tree

3 files changed

+1299
-0
lines changed

3 files changed

+1299
-0
lines changed

sockets/luaimports/Makefile.am

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
noinst_LIBRARIES=libluaimports.a
3+
4+
libluaimports_a_SOURCES=\
5+
luaimports.cpp
6+
7+
AM_CPPFLAGS=\
8+
-pipe \
9+
-I. \
10+
-I.. \
11+
-I../include

0 commit comments

Comments
 (0)