summaryrefslogtreecommitdiff
path: root/src/firstboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/firstboot/Makefile')
-rw-r--r--src/firstboot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/firstboot/Makefile b/src/firstboot/Makefile
index 766692e288..97f06890c5 100644
--- a/src/firstboot/Makefile
+++ b/src/firstboot/Makefile
@@ -20,6 +20,9 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(topsrcdir)/build-aux/Makefile.head.mk
+
ifneq ($(ENABLE_FIRSTBOOT),)
systemd_firstboot_SOURCES = \
src/firstboot/firstboot.c
@@ -41,3 +44,4 @@ endif
EXTRA_DIST += \
units/systemd-firstboot.service.in
+include $(topsrcdir)/build-aux/Makefile.tail.mk