Added SILC regular expression API. Added new regex error values.
[silc.git] / lib / silcutil / Makefile.ad
index b841e4421f024b60c750dbd616915a24604c8ca1..8e86f36b721d3e5b9562664d42883de8bd957492 100644 (file)
@@ -76,7 +76,8 @@ libsilcutil_la_SOURCES = \
        silcbase64.c    \
        silcbitops.c    \
        silcerrno.c     \
-       silcgetopt.c
+       silcgetopt.c    \
+       silcregex.c
 
 #ifdef SILC_DIST_TOOLKIT
 include_HEADERS =      \
@@ -126,7 +127,8 @@ include_HEADERS =   \
        silcbase64.h    \
        silcbitops.h    \
        silcerrno.h     \
-       silcgetopt.h
+       silcgetopt.h    \
+       silcregex.h
 
 SILC_EXTRA_DIST = tests
 #endif SILC_DIST_TOOLKIT