]> git.stg.codes - stg.git/blobdiff - libs/logger/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / libs / logger / Makefile
diff --git a/libs/logger/Makefile b/libs/logger/Makefile
new file mode 100644 (file)
index 0000000..f2dbf0c
--- /dev/null
@@ -0,0 +1,11 @@
+###############################################################################
+# $Id: Makefile,v 1.3 2007/05/08 14:29:21 faust Exp $
+###############################################################################
+
+LIB_NAME = stglogger
+
+SRCS = logger.cpp
+
+INCS = logger.h
+
+include ../Makefile.in