diff options
Diffstat (limited to 'src/detect-virt/Makefile')
-rw-r--r-- | src/detect-virt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/detect-virt/Makefile b/src/detect-virt/Makefile index a3734fc193..529a3a2561 100644 --- a/src/detect-virt/Makefile +++ b/src/detect-virt/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 + systemd_detect_virt_SOURCES = \ src/detect-virt/detect-virt.c @@ -29,3 +32,4 @@ systemd_detect_virt_LDADD = \ INSTALL_EXEC_HOOKS += \ systemd-detect-virt-install-hook +include $(topsrcdir)/build-aux/Makefile.tail.mk |