forked from PsychoticNinja/irssi
Fix for building with objdir
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@57 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8f59b3ec6e
commit
eb736e0e7a
@ -19,9 +19,9 @@ SUBDIRS = macros src $(PLUGINS) $(SERVERTEST)
|
|||||||
|
|
||||||
## to automatically rebuild aclocal.m4 if any of the macros in
|
## to automatically rebuild aclocal.m4 if any of the macros in
|
||||||
## `macros/' change
|
## `macros/' change
|
||||||
@MAINT@include $(srcdir)/macros/macros.dep
|
@MAINT@include macros/macros.dep
|
||||||
@MAINT@macros/macros.dep: $(srcdir)/macros/Makefile.am
|
@MAINT@macros/macros.dep: $(srcdir)/macros/Makefile.am
|
||||||
@MAINT@ cd $(srcdir)/macros && $(MAKE) macros.dep
|
@MAINT@ cd macros && $(MAKE) macros.dep
|
||||||
|
|
||||||
if HAVE_GNOME
|
if HAVE_GNOME
|
||||||
appletdir = $(datadir)/applets/Network
|
appletdir = $(datadir)/applets/Network
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#ifdef HAVE_POPT_H
|
#ifdef HAVE_POPT_H
|
||||||
# include <popt.h>
|
# include <popt.h>
|
||||||
#else
|
#else
|
||||||
# include <src/lib-popt/popt.h>
|
# include "lib-popt/popt.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user