summaryrefslogtreecommitdiff
path: root/src/systemd-reply-password
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-reply-password')
-rw-r--r--src/systemd-reply-password/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemd-reply-password/Makefile b/src/systemd-reply-password/Makefile
index 1ff173bce2..30283141aa 100644
--- a/src/systemd-reply-password/Makefile
+++ b/src/systemd-reply-password/Makefile
@@ -20,9 +20,13 @@
#
# 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_reply_password_SOURCES = \
src/reply-password/reply-password.c
systemd_reply_password_LDADD = \
libshared.la
+include $(topsrcdir)/build-aux/Makefile.tail.mk