X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=8e86f36b721d3e5b9562664d42883de8bd957492;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=5412a6c1c7cf32c3ce82e7faf6b5db5f263f8bee;hpb=c83ba40afd93d30aa4464a1fed61387373c41d87;p=silc.git diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index 5412a6c1..8e86f36b 100644 --- a/lib/silcutil/Makefile.ad +++ b/lib/silcutil/Makefile.ad @@ -66,12 +66,18 @@ libsilcutil_la_SOURCES = \ silcfsm.c \ silcasync.c \ silctime.c \ + silctimer.c \ silcmime.c \ silcstack.c \ silcsnprintf.c \ silcthread.c \ silcdll.c \ - silcenv.c + silcenv.c \ + silcbase64.c \ + silcbitops.c \ + silcerrno.c \ + silcgetopt.c \ + silcregex.c #ifdef SILC_DIST_TOOLKIT include_HEADERS = \ @@ -91,6 +97,7 @@ include_HEADERS = \ silcschedule.h \ silcschedule_i.h \ silcthread.h \ + silcthread_i.h \ silclist.h \ silcdlist.h \ silcfileutil.h \ @@ -106,6 +113,8 @@ include_HEADERS = \ silcfsm.h \ silcfsm_i.h \ silctime.h \ + silctimer.h \ + silctimer_i.h \ silcmime.h \ silcmime_i.h \ silcasync.h \ @@ -114,7 +123,12 @@ include_HEADERS = \ silcstack_i.h \ silcsnprintf.h \ silcdll.h \ - silcenv.h + silcenv.h \ + silcbase64.h \ + silcbitops.h \ + silcerrno.h \ + silcgetopt.h \ + silcregex.h SILC_EXTRA_DIST = tests #endif SILC_DIST_TOOLKIT