Make listen do error reporting
[cascardo/gnio.git] / gnio / Makefile.am
index dfb4d13..e911e78 100644 (file)
@@ -18,6 +18,8 @@ gnio_headers =        \
        gsocketaddress.h    \
        ginetsocketaddress.h \
        gsocket.h \
+       gnetworkinputstream.h \
+       gnetworkoutputstream.h \
        $(NULL)
 
 gioincludedir=$(includedir)/glib-2.0/gnio/
@@ -33,6 +35,9 @@ libgnio_la_SOURCES =        \
        gsocketaddress.c    \
        ginetsocketaddress.c \
        gsocket.c \
+       gnetworkinputstream.c \
+       gnetworkoutputstream.c \
+       gasynchelper.c \
         $(NULL)