gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-developers] Build Specification Changes


From: Blake Matheny
Subject: [GNUnet-developers] Build Specification Changes
Date: Thu, 16 May 2002 19:52:26 -0500
User-agent: Mutt/1.3.99i

Hello All,
Several changes have been made to the build system over the last
few days that affects future development. First, we have moved
away from passing preprocessor directives directly to the
compiler (via -D) and have moved to autoheader. Because we have
moved to autoheader, every new source file (all existing ones
have already been changed) need to have config.h included via a 
#include "config.h"
Second, for portability reasons we have built some conditionals
into config.h for determining the proper method for including
time.h. Please do NOT include time.h, the include of config.h
will take care of determining the proper time header file based
on information taken from configure.
Also, please do not add directives to Makefile.am like LDADD for
libraries other then GNUnet ones, the build system takes care of
that. Thanks!

-Blake

-- 
Blake Matheny
address@hidden
PGP-Key http://www.dbaseiv.net/purdue.key



reply via email to

[Prev in Thread] Current Thread [Next in Thread]