From eb736e0e7ad1966caf136c4bb72ac9fa64aed39a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 16 Oct 1999 22:53:30 +0000 Subject: [PATCH] Fix for building with objdir git-svn-id: http://svn.irssi.org/repos/irssi/trunk@57 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- Makefile.am | 4 ++-- src/common.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7f590194..aa987945 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,9 @@ SUBDIRS = macros src $(PLUGINS) $(SERVERTEST) ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change -@MAINT@include $(srcdir)/macros/macros.dep +@MAINT@include macros/macros.dep @MAINT@macros/macros.dep: $(srcdir)/macros/Makefile.am -@MAINT@ cd $(srcdir)/macros && $(MAKE) macros.dep +@MAINT@ cd macros && $(MAKE) macros.dep if HAVE_GNOME appletdir = $(datadir)/applets/Network diff --git a/src/common.h b/src/common.h index f176ea0e..26e3e8c6 100644 --- a/src/common.h +++ b/src/common.h @@ -29,7 +29,7 @@ #ifdef HAVE_POPT_H # include #else -# include +# include "lib-popt/popt.h" #endif #ifdef HAVE_UNISTD_H