From 1b5fb35a8db7bcf568a2318118068b6c01169c14 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Tue, 24 May 2005 16:06:12 +0000 Subject: separation of source and build directories --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a18d331..e0ba2e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ SUBDIRS = util . src include man -AM_CFLAGS = $(XT_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/include/X11 +AM_CFLAGS = $(XT_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/include/X11 -I$(top_builddir)/include/X11 pkgconfigdir = $(libdir)/pkgconfig @@ -51,7 +51,7 @@ STRING_LIST = $(top_srcdir)/util/string.list all-local: $(BUILT_FILES) $(BUILT_FILES): - $(top_builddir)/util/makestrs $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c + $(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c $(install_sh_DATA) StringDefs.c $(top_builddir)/src $(install_sh_DATA) $(top_builddir)/StringDefs.h $(top_builddir)/include/X11/ $(install_sh_DATA) $(top_builddir)/Shell.h $(top_builddir)/include/X11/ -- cgit v1.2.1