First set of changes for windows
[cascardo/gnio.git] / gnio / Makefile.am
1 NULL =
2
3 INCLUDES =                                      \
4         $(SAMBA_CFLAGS)                         \
5         -I$(top_srcdir)                         \
6         -I$(top_builddir)                       \
7         $(GLIB_CFLAGS)                          \
8         -DG_DISABLE_DEPRECATED
9
10 lib_LTLIBRARIES=libgnio.la
11
12
13 gnio_headers =  \
14         ginetaddress.h      \
15         ginet4address.h     \
16         ginet6address.h     \
17         gresolver.h         \
18         gsocketaddress.h    \
19         ginetsocketaddress.h \
20         gsocket.h \
21         $(NULL)
22
23 gioincludedir=$(includedir)/glib-2.0/gnio/
24 gioinclude_HEADERS =            \
25         $(gnio_headers)
26
27
28 libgnio_la_SOURCES =        \
29         ginetaddress.c      \
30         ginet4address.c     \
31         ginet6address.c     \
32         gresolver.c         \
33         gsocketaddress.c    \
34         ginetsocketaddress.c \
35         gsocket.c \
36         $(NULL)
37
38