Removed references to lib/silcutil/epoc, fixed a bug in configure.ad.
[silc.git] / lib / silcutil / Makefile.ad
index c9ba5f61ffb1a1a2abb83ba1fda97779d27bf487..6f9e446a5130b985a25421ccde29f06e077c7ea4 100644 (file)
@@ -20,9 +20,6 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 if SILC_WIN32
 SUBDIRS=win32
 else
-if SILC_EPOC
-SUBDIRS=epoc
-else
 if SILC_BEOS
 SUBDIRS=beos
 else
@@ -33,9 +30,8 @@ SUBDIRS=unix
 endif
 endif
 endif
-endif
 
-DIST_SUBDIRS=win32 epoc beos os2 unix
+DIST_SUBDIRS=win32 beos os2 unix
 
 #ifdef SILC_DIST_TOOLKIT
 SILC_DIST_SOURCE = stacktrace.c
@@ -60,6 +56,7 @@ libsilcutil_la_SOURCES = \
        silcprotocol.c  \
        silcvcard.c     \
        silcapputil.c   \
+       silcmime.c      \
        silcutf8.c      \
        silcstringprep.c
 
@@ -71,6 +68,7 @@ include_HEADERS =     \
        silcconfig.h    \
        silchashtable.h \
        silclog.h       \
+       silclog_i.h     \
        silcmemory.h    \
        silcmutex.h     \
        silcnet.h       \
@@ -85,6 +83,7 @@ include_HEADERS =     \
        silcstrutil.h   \
        silcvcard.h     \
        silcapputil.h   \
+       silcmime.h      \
        silcutf8.h      \
        silcstringprep.h        \
        silctypes.h