]> git.stg.codes - stg.git/blobdiff - libs/common/Makefile
Remove Makefiles from libs.
[stg.git] / libs / common / Makefile
diff --git a/libs/common/Makefile b/libs/common/Makefile
deleted file mode 100644 (file)
index 932e270..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.9 2010/01/21 13:02:12 faust Exp $
-###############################################################################
-
-include ../../Makefile.conf
-
-LIB_NAME = stgcommon
-
-SRCS = common.cpp \
-       strptime.cpp \
-       blockio.cpp
-
-INCS = common.h \
-       blockio.h
-
-LIBS += $(LIBICONV)
-
-include ../Makefile.in