summaryrefslogtreecommitdiff
path: root/pluma/smclient
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-03 00:08:36 +0200
committerinfirit <[email protected]>2013-08-03 00:08:36 +0200
commit06ae9932b08699d0137d5049c58b87be3e3072b9 (patch)
tree46c2d011d0b2def04861e2b4c6c8d67962fcd405 /pluma/smclient
parentd5249f5fe6ec943e813fe32ad47035aac543bbf3 (diff)
downloadpluma-06ae9932b08699d0137d5049c58b87be3e3072b9.tar.bz2
pluma-06ae9932b08699d0137d5049c58b87be3e3072b9.tar.xz
Make automake happy: INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'pluma/smclient')
-rwxr-xr-xpluma/smclient/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/smclient/Makefile.am b/pluma/smclient/Makefile.am
index 4f6d1d70..481cd914 100755
--- a/pluma/smclient/Makefile.am
+++ b/pluma/smclient/Makefile.am
@@ -14,7 +14,7 @@ platform_sources = eggsmclient-xsmp.c
endif
endif
-INCLUDES = \
+AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\""EggSMClient"\" \
$(PLUMA_CFLAGS) \
$(platform_defines) \