Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Makefile.am from autotools.
[simgrid.git] / src / amok / Makefile.am
diff --git a/src/amok/Makefile.am b/src/amok/Makefile.am
deleted file mode 100644 (file)
index 7776abb..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/include
-
-EXTRA_DIST = \
-       Bandwidth/bandwidth_private.h
-
-lib_LTLIBRARIES= libamok.la
-
-libamok_la_SOURCES= \
-       base.c \
-       Bandwidth/bandwidth.c Bandwidth/saturate.c
-
-VERSION_INFO= -release 20040722 -version-info 0:0:0
-
-include $(top_srcdir)/acmacro/dist-files.mk
-