2008-10-17 Marek Safar <marek.safar@gmail.com>
[mono.git] / mono / handles / Makefile.am
1
2 noinst_PROGRAMS = hps semdel
3
4 INCLUDES =                              \
5         -I$(top_srcdir)                 \
6         $(GLIB_CFLAGS)
7
8 hps_LDADD = \
9         ../io-layer/libwapi.la          \
10         ../utils/libmonoutils.la        \
11         $(LIBGC_LIBS)                   \
12         $(GLIB_LIBS)                    \
13         -lm
14
15 semdel_LDADD = \
16         ../io-layer/libwapi.la          \
17         ../utils/libmonoutils.la        \
18         $(LIBGC_LIBS)                   \
19         $(GLIB_LIBS)                    \
20         -lm
21
22 EXTRA_DIST = ChangeLog
23