]> git.stg.codes - stg.git/blobdiff - stglibs/ia.lib/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / stglibs / ia.lib / Makefile
diff --git a/stglibs/ia.lib/Makefile b/stglibs/ia.lib/Makefile
new file mode 100644 (file)
index 0000000..f6638bc
--- /dev/null
@@ -0,0 +1,16 @@
+###############################################################################
+# $Id: Makefile,v 1.11 2010/08/18 07:47:03 faust Exp $
+###############################################################################
+
+LIB_NAME = stgia
+PROG = lib$(LIB_NAME)
+
+SRCS = ia.cpp
+
+INCS = ia.h
+
+STGLIBS = -lstgcommon \
+         -lstgcrypto
+LIBS = $(LIB_THREAD)
+
+include ../Makefile.in