summaryrefslogtreecommitdiff
path: root/src/dbus1-generator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus1-generator/Makefile')
-rw-r--r--src/dbus1-generator/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dbus1-generator/Makefile b/src/dbus1-generator/Makefile
index ff376241c5..1d7f0d1a81 100644
--- a/src/dbus1-generator/Makefile
+++ b/src/dbus1-generator/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
+
systemgenerator_PROGRAMS += \
systemd-dbus1-generator
@@ -43,3 +46,4 @@ dist_xinitrc_SCRIPTS = \
INSTALL_EXEC_HOOKS += dbus1-generator-install-hook
UNINSTALL_EXEC_HOOKS += dbus1-generator-uninstall-hook
+include $(topsrcdir)/build-aux/Makefile.tail.mk