Added SILC Thread Queue API
[silc.git] / lib / silcutil / Makefile.ad
index 3999d3b754952bb3feba75f1691f1cfe22e8b367..8e86f36b721d3e5b9562664d42883de8bd957492 100644 (file)
@@ -75,7 +75,9 @@ libsilcutil_la_SOURCES = \
        silcenv.c       \
        silcbase64.c    \
        silcbitops.c    \
-       silcerrno.c
+       silcerrno.c     \
+       silcgetopt.c    \
+       silcregex.c
 
 #ifdef SILC_DIST_TOOLKIT
 include_HEADERS =      \
@@ -124,7 +126,9 @@ include_HEADERS =   \
        silcenv.h       \
        silcbase64.h    \
        silcbitops.h    \
-       silcerrno.h
+       silcerrno.h     \
+       silcgetopt.h    \
+       silcregex.h
 
 SILC_EXTRA_DIST = tests
 #endif SILC_DIST_TOOLKIT