Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename raw sock to meas ones; do declare msgtypes on all hosts in SG, not only the...
[simgrid.git] / src / amok / Makefile.am
1
2 INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/include
3
4 EXTRA_DIST = \
5         Bandwidth/bandwidth_private.h
6
7 lib_LTLIBRARIES= libamok.la
8
9 libamok_la_SOURCES= \
10         base.c \
11         Bandwidth/bandwidth.c Bandwidth/saturate.c
12
13 VERSION_INFO= -release 20040722 -version-info 0:0:0
14
15 include $(top_srcdir)/acmacro/dist-files.mk
16