Added SILC Thread Queue API
[silc.git] / lib / silcutil / Makefile.ad
index f15910f503d5e9fb4180c6c6c77b488c229a8305..8e86f36b721d3e5b9562664d42883de8bd957492 100644 (file)
@@ -74,7 +74,10 @@ libsilcutil_la_SOURCES = \
        silcdll.c       \
        silcenv.c       \
        silcbase64.c    \
-       silcbitops.c
+       silcbitops.c    \
+       silcerrno.c     \
+       silcgetopt.c    \
+       silcregex.c
 
 #ifdef SILC_DIST_TOOLKIT
 include_HEADERS =      \
@@ -122,7 +125,10 @@ include_HEADERS =  \
        silcdll.h       \
        silcenv.h       \
        silcbase64.h    \
-       silcbitops.h
+       silcbitops.h    \
+       silcerrno.h     \
+       silcgetopt.h    \
+       silcregex.h
 
 SILC_EXTRA_DIST = tests
 #endif SILC_DIST_TOOLKIT