summaryrefslogtreecommitdiff
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2018-01-22 17:08:49 +0800
committerRay Strode <rstrode@redhat.com>2018-02-12 09:51:28 -0500
commit081f29390156858dbd63a108c97d8f95eadbb863 (patch)
tree6566eacc1fc15e4c695a260e3aa2643991d58d06 /common/Makefile.am
parent17a9f3820daccdf5efe41d48d16fd701be12184a (diff)
downloadgdm-081f29390156858dbd63a108c97d8f95eadbb863.tar.gz
common: Support runtime configurations
Add runtime configuration file /run/gdm/custom.conf, making device dependent configurations possible. https://bugzilla.gnome.org/show_bug.cgi?id=789081
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 2e97090b..8566ccb0 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -20,6 +20,8 @@ AM_CPPFLAGS = \
-DGDM_DEFAULTS_CONF=\"$(GDM_DEFAULTS_CONF)\" \
-DGDM_CUSTOM_CONF=\"$(GDM_CUSTOM_CONF)\" \
-DGDM_OLD_CONF=\"$(GDM_OLD_CONF)\" \
+ -DGDM_RUN_DIR=\"$(GDM_RUN_DIR)\" \
+ -DGDM_RUNTIME_CONF=\"$(GDM_RUNTIME_CONF)\" \
-DGDM_SESSION_DEFAULT_PATH=\"$(GDM_SESSION_DEFAULT_PATH)\" \
$(COMMON_CFLAGS) \
$(NULL)