diff options
author | Dan Mashal <[email protected]> | 2013-02-18 13:26:08 -0800 |
---|---|---|
committer | Dan Mashal <[email protected]> | 2013-02-18 13:26:08 -0800 |
commit | 6adb8845694c2204cc58bc4845acbf1c5ef96e24 (patch) | |
tree | fd2a7cf233922de5c7a34edc7af957094b6bf047 /gsearchtool/Makefile.am | |
parent | 0865050e09b370b2d5b7a70b19746aa26e8357b0 (diff) | |
download | mate-utils-6adb8845694c2204cc58bc4845acbf1c5ef96e24.tar.bz2 mate-utils-6adb8845694c2204cc58bc4845acbf1c5ef96e24.tar.xz |
Update makefile for automake 1.13
Diffstat (limited to 'gsearchtool/Makefile.am')
-rw-r--r-- | gsearchtool/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsearchtool/Makefile.am b/gsearchtool/Makefile.am index 4431cb02..348c9397 100644 --- a/gsearchtool/Makefile.am +++ b/gsearchtool/Makefile.am @@ -2,7 +2,7 @@ Utilitiesdir = $(datadir)/applications SUBDIRS = data help libmateui-deprecated -INCLUDES = \ +AM_CPPFLAGS = \ -I$(srcdir)/libmateui-deprecated \ -I$(top_srcdir)/libeggsmclient \ -DG_DISABLE_DEPRECATED \ |