aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-05 01:29:46 -0400
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-05 01:33:18 -0400
commita0e3c463acbda2d81081e223ef999fdab59a0304 (patch)
tree1f5e363ed7898caa5db90d2eacc880b6cc9da506 /Makefile.am
parentRespect --debug switch when using >=glib-2.31.2 (diff)
downloadopenrc-settingsd-a0e3c463acbda2d81081e223ef999fdab59a0304.tar.gz
openrc-settingsd-a0e3c463acbda2d81081e223ef999fdab59a0304.tar.bz2
openrc-settingsd-a0e3c463acbda2d81081e223ef999fdab59a0304.zip
Finish SetVConsoleKeyboard() and SetX11Keyboard() implementation
Also, fix xorg.conf.d parser so it works as intended.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ae61ed..b0694bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,10 +5,15 @@ EXTRA_DIST = \
data/locale1.xml \
$(NULL)
+pkgdata_DATA = \
+ data/kbd-model-map \
+ $(NULL)
+
AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
+ -DPKGDATADIR=\""$(pkgdatadir)"\" \
$(OPENRC_SETTINGSD_CFLAGS) \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \