summaryrefslogtreecommitdiff
path: root/src/bus-proxyd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bus-proxyd/Makefile')
-rw-r--r--src/bus-proxyd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bus-proxyd/Makefile b/src/bus-proxyd/Makefile
index 1809ced197..fb8e2826f6 100644
--- a/src/bus-proxyd/Makefile
+++ b/src/bus-proxyd/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
+
noinst_LTLIBRARIES += \
libbus-proxy-core.la
@@ -73,3 +76,4 @@ bus-proxyd-set-cap-hook:
INSTALL_EXEC_HOOKS += bus-proxyd-set-cap-hook
endif
+include $(topsrcdir)/build-aux/Makefile.tail.mk