X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=gnio%2FMakefile.am;h=74098c3c415863f8489b7d1bdaf5aece855fbb8f;hb=e7aa65fdc44e1989fd837b56db4af59c765f8489;hp=17f5a6443d0a551842f3194e253bdbe279f70707;hpb=11ee7b45fdb2583ccd2e30305e71175c20a0fdb1;p=cascardo%2Fgnio.git diff --git a/gnio/Makefile.am b/gnio/Makefile.am index 17f5a64..74098c3 100644 --- a/gnio/Makefile.am +++ b/gnio/Makefile.am @@ -1,11 +1,20 @@ NULL = -INCLUDES = \ - $(SAMBA_CFLAGS) \ - -I$(top_srcdir) \ - -I$(top_builddir) \ - $(GLIB_CFLAGS) \ - -DG_DISABLE_DEPRECATED +#INCLUDES = \ +# $(SAMBA_CFLAGS) \ +# -I$(top_srcdir) \ +# -I$(top_builddir) \ +# $(GLIB_CFLAGS) \ +# -DG_DISABLE_DEPRECATED + +AM_CPPFLAGS = \ + -DG_LOG_DOMAIN=\"GLib-GIO\" \ + -I$(top_builddir) \ + -I$(top_srcdir) \ + $(GLIB_CFLAGS) \ + $(GLIB_DEBUG_FLAGS) \ + -DG_DISABLE_DEPRECATED \ + -DGIO_COMPILATION lib_LTLIBRARIES=libgnio.la @@ -18,6 +27,8 @@ gnio_headers = \ gsocketaddress.h \ ginetsocketaddress.h \ gsocket.h \ + gtcpserver.h \ + gtcpclient.h \ gnetworkinputstream.h \ gnetworkoutputstream.h \ $(NULL) @@ -35,8 +46,11 @@ libgnio_la_SOURCES = \ gsocketaddress.c \ ginetsocketaddress.c \ gsocket.c \ + gtcpserver.c \ + gtcpclient.c \ gnetworkinputstream.c \ gnetworkoutputstream.c \ + gasynchelper.c \ $(NULL)