diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-17 02:32:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-17 02:32:48 +0200 |
commit | efb3237ee69bc593b11bc828791ee48ba6cc4f5c (patch) | |
tree | 18000ae417b4d437a8b9b350e9ea382387b33856 /Makefile.am | |
parent | ad6ab0af1ed38e342aeeae1c5f7c1503fab11935 (diff) |
ask-password: popup notification when we ask for a password
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5f11e4fb7a..aa4798d83e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -736,6 +736,7 @@ systemd_ask_password_agent_VALAFLAGS = \ --pkg=gtk+-2.0 \ --pkg=linux \ --pkg=gio-unix-2.0 \ + --pkg=libnotify \ -g systemd_ask_password_agent_LDADD = \ |