diff options
author | Nick Schermer <nick@xfce.org> | 2013-01-06 12:20:30 +0100 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2013-01-06 12:20:30 +0100 |
commit | 3801fd3f5967a7b5a651f7f1954bca87dbc4d1ab (patch) | |
tree | ec244ff7961aac29b1019a71c0d7c7ac3d23d75f /xfconf-query | |
parent | 7948aeff791dd7acc276431938a3446ad85469f3 (diff) | |
download | xfconf-3801fd3f5967a7b5a651f7f1954bca87dbc4d1ab.tar.gz |
Autotools updates.
Diffstat (limited to 'xfconf-query')
-rw-r--r-- | xfconf-query/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconf-query/Makefile.am b/xfconf-query/Makefile.am index eec8346..61f2887 100644 --- a/xfconf-query/Makefile.am +++ b/xfconf-query/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"xfconf-query\" \ -DDATADIR=\"$(datadir)\" \ |