summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2009-10-27 10:40:55 -0400
committerRay Strode <rstrode@redhat.com>2009-11-05 15:40:43 -0500
commit0596fa2d91760bca520b549dbcfc35bdc98ee098 (patch)
treeddd680dc2fdbe6f259823a3f2e0afa9363eaf2ed /utils/Makefile.am
parent650175fc87de19bb150e38e3adb0f5a0a373369c (diff)
downloadgdm-0596fa2d91760bca520b549dbcfc35bdc98ee098.tar.gz
Make screenshot dir a configure argument
This provides a little more flexibility to distributors, but more importantly makes it less hard coded in gdm-screenshot.c
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 0b6ea049..f1ff3313 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -4,6 +4,7 @@ AM_CPPFLAGS = \
-I. \
-I.. \
-DLOCALSTATEDIR=\""$(localstatedir)"\" \
+ -DGDM_SCREENSHOT_DIR=\""$(GDM_SCREENSHOT_DIR)"\"\
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
$(UTILS_CFLAGS) \
$(CANBERRA_GTK_CFLAGS) \