updates.
[silc.git] / lib / silcutil / Makefile.am
index 302738d5c2997ee75e8374dc06833f87bc929788..e2de4414ed19909264b2d6b0a5c08a66e08242d6 100644 (file)
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
+if SILC_WIN32
+SUBDIRS=win32
+else
+SUBDIRS=unix
+endif
+
 noinst_LIBRARIES = libsilcutil.a
 
 libsilcutil_a_SOURCES = \
-       silcbuffer.c \
        silcbuffmt.c \
-       silcbufutil.c \
        silcconfig.c \
        silclog.c \
        silcmemory.c \
        silcnet.c \
        silcschedule.c \
-       silctask.c \
-       silcutil.c
+       silcutil.c \
+       silchashtable.c \
+       silcsockconn.c  \
+       silcprotocol.c
+
+include_HEADERS =      \
+       silcbuffer.h    \
+       silcbuffmt.h    \
+       silcbufutil.h   \
+       silcconfig.h    \
+       silchashtable.h \
+       silclog.h       \
+       silcmemory.h    \
+       silcmutex.h     \
+       silcnet.h       \
+       silcschedule.h  \
+       silcsockconn.h  \
+       silcprotocol.h  \
+       silcthread.h    \
+       silcutil.h
 
 EXTRA_DIST = *.h
 
-INCLUDES = -I. -I.. -I../silccrypt -I../silcmath -I../silcske \
-       -I../silcsim -I../.. -I../silccore -I../../includes \
-       -I../silcmath/gmp -I../trq
+include $(top_srcdir)/Makefile.defines.in