projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bcc8c3
)
build-sys: gpt-auto-generator depends on HAVE_BLKID
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 7 Sep 2013 16:25:07 +0000
(09:25 -0700)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 9 Sep 2013 21:35:52 +0000
(17:35 -0400)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
fd38e82
..
c8283d5
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1709,6
+1709,7
@@
bin_PROGRAMS += \
endif
# ------------------------------------------------------------------------------
+if HAVE_BLKID
systemgenerator_PROGRAMS += \
systemd-gpt-auto-generator
@@
-1725,6
+1726,7
@@
systemd_gpt_auto_generator_LDADD = \
systemd_gpt_auto_generator_CFLAGS = \
$(AM_CFLAGS) \
$(BLKID_CFLAGS)
+endif
# ------------------------------------------------------------------------------
systemd_rc_local_generator_SOURCES = \