[gtk-css-engine] [build] Have autotools place its files in build/
- From: Robert Staudinger <robsta src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk-css-engine] [build] Have autotools place its files in build/
- Date: Wed, 17 Jun 2009 12:05:29 -0400 (EDT)
commit bf498aca9e0d9d457ff8d357e413cc2131e39855
Author: Robert Staudinger <robsta gnome org>
Date: Wed Jun 17 18:05:21 2009 +0200
[build] Have autotools place its files in build/
Makefile.am | 2 +-
configure.in | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7438da4..af3bbb9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-ACLOCAL_AMFLAGS = -I .
+ACLOCAL_AMFLAGS = -I build
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-werror
SUBDIRS = data doc src themes
diff --git a/configure.in b/configure.in
index 8275b20..55dd5ff 100644
--- a/configure.in
+++ b/configure.in
@@ -17,6 +17,8 @@ m4_define([gce_version],
[gce_version_major.gce_version_minor.gce_version_micro[]gce_version_extra])
AC_INIT([gtk-css-engine], [gce_version])
+AC_CONFIG_AUX_DIR([build])
+AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/gce-style.c])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]