summaryrefslogtreecommitdiff
path: root/src/systemd-timesync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-timesync/Makefile')
-rw-r--r--src/systemd-timesync/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemd-timesync/Makefile b/src/systemd-timesync/Makefile
index 9bed9c694e..a6ad358562 100644
--- a/src/systemd-timesync/Makefile
+++ b/src/systemd-timesync/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_TIMESYNCD),)
systemd_timesyncd_SOURCES = \
src/timesync/timesyncd.c \
@@ -58,3 +61,4 @@ EXTRA_DIST += \
units/systemd-timesyncd.service.in \
src/timesync/timesyncd.conf.in
+include $(topsrcdir)/build-aux/Makefile.tail.mk