summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-01-06 12:19:05 +0100
committerNick Schermer <nick@xfce.org>2013-01-06 12:19:05 +0100
commit7474743ceb1b9e066868517c8f98da033094d129 (patch)
treeb6de36497aa3b3a751f9b06b65cb654c8f088ef6
parent52153bb152315dfe844c0eaf60b8194fa7a89d06 (diff)
downloadgtk-xfce-engine-peter/gtk3.tar.gz
Autotools updates.peter/gtk3
-rw-r--r--configure.ac.in (renamed from configure.in.in)4
-rw-r--r--gtk-2.0/Makefile.am2
-rw-r--r--gtk-3.0/Makefile.am2
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.in.in b/configure.ac.in
index eba32bf..2ec6671 100644
--- a/configure.in.in
+++ b/configure.ac.in
@@ -29,8 +29,8 @@ AC_REVISION([gtk_xfce_engine_version_build])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/gtk-2.0/Makefile.am b/gtk-2.0/Makefile.am
index 003ef8d..42cfe67 100644
--- a/gtk-2.0/Makefile.am
+++ b/gtk-2.0/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"gtk-xfce-engine\" \
$(PLATFORM_CPPFLAGS)
diff --git a/gtk-3.0/Makefile.am b/gtk-3.0/Makefile.am
index e5ca000..b659806 100644
--- a/gtk-3.0/Makefile.am
+++ b/gtk-3.0/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"gtk-xfce-engine\" \
$(PLATFORM_CPPFLAGS)