diff options
Diffstat (limited to 'src/systemd-ask-password')
-rw-r--r-- | src/systemd-ask-password/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemd-ask-password/Makefile b/src/systemd-ask-password/Makefile index d4fa8ac203..11f3c8038a 100644 --- a/src/systemd-ask-password/Makefile +++ b/src/systemd-ask-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_ask_password_SOURCES = \ src/ask-password/ask-password.c systemd_ask_password_LDADD = \ libshared.la +include $(topsrcdir)/build-aux/Makefile.tail.mk |