It compiles!
[cascardo/gnio.git] / gnio / Makefile.am
index c2380da..74098c3 100644 (file)
@@ -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
 
@@ -14,8 +23,14 @@ gnio_headers =       \
        ginetaddress.h      \
        ginet4address.h     \
        ginet6address.h     \
+       gresolver.h         \
        gsocketaddress.h    \
        ginetsocketaddress.h \
+       gsocket.h \
+       gtcpserver.h \
+       gtcpclient.h \
+       gnetworkinputstream.h \
+       gnetworkoutputstream.h \
        $(NULL)
 
 gioincludedir=$(includedir)/glib-2.0/gnio/
@@ -27,8 +42,15 @@ libgnio_la_SOURCES =        \
        ginetaddress.c      \
        ginet4address.c     \
        ginet6address.c     \
+       gresolver.c         \
        gsocketaddress.c    \
        ginetsocketaddress.c \
+       gsocket.c \
+       gtcpserver.c \
+       gtcpclient.c \
+       gnetworkinputstream.c \
+       gnetworkoutputstream.c \
+       gasynchelper.c \
         $(NULL)