From 7a4a0243bd0a97abd0f231269c4265e0b1fa7712 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 6 Sep 2014 10:44:52 -0400 Subject: Fix out of source builds Fixes #1018 --- src/common/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/Makefile.am') diff --git a/src/common/Makefile.am b/src/common/Makefile.am index b5ffe1ce..00fac49b 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -2,7 +2,7 @@ noinst_LIBRARIES = libhexchatcommon.a -AM_CPPFLAGS = $(COMMON_CFLAGS) +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(top_srcdir) EXTRA_DIST = \ cfgfiles.h \ @@ -70,7 +70,7 @@ libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS) textenums.h: textevents.h textevents.h: $(srcdir)/textevents.in make-te - $(AM_V_GEN) ./make-te < $< > $@ 2> textenums.h + $(AM_V_GEN) $(srcdir)/make-te < $< > $@ 2> textenums.h marshal.h: $(srcdir)/marshalers.list $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_hexchat_marshal --header $< > $@ -- cgit 1.4.1