Module Name: src
Committed By: agc
Date: Sun Oct 18 07:15:43 UTC 2009
Modified Files:
src/crypto/external/bsd/netpgp/dist/bindings/lua: Makefile
Log Message:
Link in the netpgp shared library to the lua glue library
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/netpgp/dist/bindings/lua/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/netpgp/dist/bindings/lua/Makefile
diff -u src/crypto/external/bsd/netpgp/dist/bindings/lua/Makefile:1.1 src/crypto/external/bsd/netpgp/dist/bindings/lua/Makefile:1.2
--- src/crypto/external/bsd/netpgp/dist/bindings/lua/Makefile:1.1 Mon Oct 12 02:55:46 2009
+++ src/crypto/external/bsd/netpgp/dist/bindings/lua/Makefile Sun Oct 18 07:15:43 2009
@@ -1,10 +1,13 @@
#PREFIX=/Users/agcrooks
PREFIX=/usr
+#LIBDIR=/usr/lib
+
LIB=luanetpgp
SRCS=glue.c
MKMAN=no
CPPFLAGS+=-g -I${PREFIX}/pkg/include
+LDADD+= -lnetpgp
WARNS=4
.include <bsd.lib.mk>