Patch from Samuel Cormier-Iijima <sciyoshi@gmail.com>:
[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         $(NULL)
21
22 gioincludedir=$(includedir)/glib-2.0/gnio/
23 gioinclude_HEADERS =            \
24         $(gnio_headers)
25
26
27 libgnio_la_SOURCES =        \
28         ginetaddress.c      \
29         ginet4address.c     \
30         ginet6address.c     \
31         gresolver.c         \
32         gsocketaddress.c    \
33         ginetsocketaddress.c \
34         $(NULL)
35
36