updates.
[silc.git] / lib / silcclient / Makefile.am
index ba49dbae83cceccc49d0b2e68f383cea13a43d3a..b9b36334934b7fcd9548c60f201c7dcda7251b73 100644 (file)
@@ -26,14 +26,20 @@ libsilcclient_a_SOURCES = \
        client_notify.c \
        client_prvmsg.c \
        client_channel.c \
+       client_ftp.c    \
        command.c \
        command_reply.c \
        idlist.c \
        protocol.c
 
+include_HEADERS=       \
+       client.h        \
+       command.h       \
+       command_reply.h \
+       idlist.h        \
+       protocol.h      \
+       silcapi.h
+
 EXTRA_DIST = *.h
 
-INCLUDES = -I. -I.. -I../silccore -I../silccrypt -I../silcutil \
-       -I../silcmath -I../silcske -I../silcsim \
-       -I../../includes \
-       -I../silcmath/gmp -I../trq
+include $(top_srcdir)/Makefile.defines.in