new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / shared / Makefile
diff --git a/src/shared/Makefile b/src/shared/Makefile
deleted file mode 100755 (executable)
index 9aa6c47..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# Makefile -- shared functions
-# Daniel B. Cid <dcid@sourcefire.com>||<daniel@underlinux.com.br>
-# http://www.ossec.net/hids/
-
-NAME=shared-libs
-PT=../
-
-include ../Config.Make
-
-shared:
-               ${CC} -c ${CFLAGS} ${SOURCES}
-               ar cru lib_shared.a ${OBJECTS}
-               ranlib lib_shared.a
-clean:
-               ${CLEAN}