updates.
[silc.git] / lib / silcclient / Makefile.am
index b9b36334934b7fcd9548c60f201c7dcda7251b73..b4ec607b1a67ed9656675ce356d11e087ed31e39 100644 (file)
@@ -32,14 +32,16 @@ libsilcclient_a_SOURCES = \
        idlist.c \
        protocol.c
 
+if SILC_DIST_TOOLKIT
 include_HEADERS=       \
        client.h        \
        command.h       \
        command_reply.h \
        idlist.h        \
        protocol.h      \
-       silcapi.h
+       silcclient.h
+endif
 
-EXTRA_DIST = *.h
+EXTRA_DIST = *.h client_ops_example.c
 
 include $(top_srcdir)/Makefile.defines.in