summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-06 09:19:08 +0200
committerLennart Poettering <lennart@poettering.net>2011-05-09 23:50:23 +0200
commit1bd8b8184ee3bc7fc023d6d6dfb2ca99fb6612f3 (patch)
tree930c4c483b5f9bc0d42254c2dd755dbb54845d8c /Makefile.am
parent34a852e6f9efe139c0d442d9fa3a9a29fa3b6545 (diff)
build-sys: Angstrom support
This commit consists of the initial work to include Angstrom as a ported distribution for systemd. Angstrom tries to follow the debian way as much as possible, but deviates where it doesn't make sense for 'embedded'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 873090e428..482d53e7eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,6 +96,12 @@ AM_CPPFLAGS += \
-DKBD_SETFONT=\"/bin/setfont\" \
-DDEFAULT_FONT=\"LatArCyrHeb-16\"
else
+if TARGET_ANGSTROM
+AM_CPPFLAGS += \
+ -DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \
+ -DKBD_SETFONT=\"/usr/bin/setfont\" \
+ -DDEFAULT_FONT=\"LatArCyrHeb-16\"
+else
AM_CPPFLAGS += \
-DKBD_LOADKEYS=\"/bin/loadkeys\" \
-DKBD_SETFONT=\"/bin/setfont\" \
@@ -105,6 +111,7 @@ endif
endif
endif
endif
+endif
rootbin_PROGRAMS = \
systemd \