X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=Makefile.ad;h=ad7f7caf343d277296e5781bf85e72af6d7ab67b;hp=82eb95e6f0bc8d6bbabbd3063502e351f95a2357;hb=HEAD;hpb=1db7801dd7c7890ebc8bbec651a9d18cbbe9012b diff --git a/Makefile.ad b/Makefile.ad index 82eb95e6..ad7f7caf 100644 --- a/Makefile.ad +++ b/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2005 Pekka Riikonen +# Copyright (C) 2000 - 2008 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,32 +18,20 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign SUBDIRS = \ -#ifdef SILC_DIST_LIB @LIBSUBDIR@ \ -#endif SILC_DIST_LIB -#ifdef SILC_DIST_APPS apps \ -#endif SILC_DIST_APPS -#ifdef SILC_DIST_TOOLKIT win32 \ -#endif SILC_DIST_TOOLKIT -#ifdef SILC_DIST_INCLUDES includes \ -#endif SILC_DIST_INCLUDES -#ifdef SILC_DIST_DOC doc -#endif SILC_DIST_DOC EXTRA_DIST = \ + srt.m4 \ + srt.spec \ silcdefs.h.in \ -#ifdef SILC_DIST_TOOLKIT symbian \ -#endif SILC_DIST_TOOLKIT -#ifdef SILC_DIST_SILC - libtoolfix \ - CHANGES CREDITS -#endif SILC_DIST_SILC + CREDITS + +aclocaldir = $(datadir)/aclocal +aclocal_DATA = srt.m4 -#ifdef SILC_DIST_SILC include $(top_srcdir)/Makefile.defines.in -#endif SILC_DIST_SILC