Makefile fixes for Toolkit.
[silc.git] / distdir / toolkit
index de5af055a80a802e9e51450a4cc02cb313d71444..5593b895aeb0308bc174dbe551cc74d3a61b7d1c 100644 (file)
@@ -2,17 +2,36 @@ name Toolkit
 package silc-toolkit
 bug-report silc-devel@lists.silcnet.org
 
+# Inherits
 inherit common
-inherit client
-inherit server
+
+# License
+license distdir/TOOLKIT
+include distdir/GPL GPL
+include distdir/BSD BSD
+license-header distdir/GPL-header distdir/TOOLKIT-header
+
+# Distdefs
 define SILC_DIST_TOOLKIT
+define SILC_DIST_CLIENTLIB
+define SILC_DIST_HTTP
 
+# Includes
 include README.CVS
 include README.WIN32
 include README.MACOSX
-include silcer
+include apps/silcer
 include tutorial
 
+# Noprocess to optimize packaging and avoid re-licensing of certain files
+noprocess COPYING GPL BSD
+noprocess doc/toolkit/
+noprocess apps/
+noprocess win32/
+noprocess symbian/
+
 pre-hook distdir/pre-run
 post-process-dist-hook distdir/post-process-dist
+pre-dist-hook distdir/pre-dist-toolkit
 post-dist-hook distdir/post-dist
+