diff options
Diffstat (limited to 'src/systemd-binfmt/Makefile')
-rw-r--r-- | src/systemd-binfmt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemd-binfmt/Makefile b/src/systemd-binfmt/Makefile index 233df7c7a7..45a3d5056d 100644 --- a/src/systemd-binfmt/Makefile +++ b/src/systemd-binfmt/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_BINFMT),) systemd_binfmt_SOURCES = \ src/binfmt/binfmt.c @@ -50,3 +53,4 @@ endif EXTRA_DIST += \ units/systemd-binfmt.service.in +include $(topsrcdir)/build-aux/Makefile.tail.mk |