summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-09-01 19:37:02 +0000
committerKristian Høgsberg <krh@redhat.com>2005-09-01 19:37:02 +0000
commit8c0d310c1acccc424dae29554a5075f9b339e95f (patch)
treec962cf52144912eb5060c3538c192eabd44ca13e /Makefile.am
parentfabda6a820bdccae85a7c22ad0b30f089952606b (diff)
downloadxorg-app-xkbcomp-8c0d310c1acccc424dae29554a5075f9b339e95f.tar.gz
Define DFLT_XKB_CONFIG_ROOT to $(datadir)/X11/xkb so we look in the right
place.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1fc999f..e9aec03 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = xkbcomp
-AM_CFLAGS = $(XKBCOMP_CFLAGS)
+AM_CFLAGS = $(XKBCOMP_CFLAGS) -DDFLT_XKB_CONFIG_ROOT='"$(datadir)/X11/xkb"'
xkbcomp_LDADD = $(XKBCOMP_LIBS)
xkbcomp_SOURCES = \