Fixed building issues after merge
[cascardo/gnio.git] / test / Makefile.am
1 NULL =
2
3 AM_CFLAGS =                       \
4         -I$(top_srcdir)           \
5         -I$(top_builddir)         \
6         $(GLIB_CFLAGS)            \
7         -DG_DISABLE_DEPRECATED
8
9 AM_LDFLAGS =                           \
10         $(GLIB_LIBS) ../gnio/libgnio.la
11
12 noinst_PROGRAMS = \
13         test-stuff \
14         test-server \
15         test-client \
16         test-tcp-client \
17         $(NULL)
18
19 EXTRA_DIST =