From d3cf844d0a883aecb9ac6cefc0ba75e31e3c6a9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Bisinger?= Date: Mon, 12 Mar 2007 23:45:32 +0000 Subject: [PATCH] Corrected order of subdirs which prevented a correct build --- Makefile.am | 2 +- connwrap/connwrap.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d7830c0..bbf1591 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ endif if BUILD_JABBER WANTED_PROTOCOLS += libjabber endif -SUBDIRS = connwrap kkstrtext kksystr kkconsui libicq2000 intl po misc share src $(WANTED_PROTOCOLS) +SUBDIRS = connwrap kkstrtext kksystr kkconsui libicq2000 $(WANTED_PROTOCOLS) intl po misc share src EXTRA_DIST = config.rpath POLICY centericq.1 centericq.motor FAQ NEWS TODO README THANKS AUTHORS INSTALL ABOUT-NLS ChangeLog COPYING centericq.spec ACLOCAL_AMFLAGS = -I m4 diff --git a/connwrap/connwrap.c b/connwrap/connwrap.c index 9159d85..1fb62ef 100644 --- a/connwrap/connwrap.c +++ b/connwrap/connwrap.c @@ -1,5 +1,6 @@ #include "connwrap.h" +#include #include #include #include -- 2.11.4.GIT