diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-26 17:59:53 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-26 17:59:53 +0100 |
commit | d0ef2204b4256189afc2188f0765338d616ca757 (patch) | |
tree | 01dfee9ec3e2e76b41029be42597742714bd1ce8 /Makefile.am | |
parent | 0c8744ccde16e0c55ab76c19ce788fe7655a407c (diff) |
gnome-ask-password-agent: also support libnotify < 0.7 for now
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 471954bf68..baf82714b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -962,7 +962,12 @@ systemd_gnome_ask_password_agent_VALAFLAGS = \ --pkg=gtk+-2.0 \ --pkg=linux \ --pkg=gio-unix-2.0 \ - --pkg=libnotify \ + --pkg=libnotify +if LIBNOTIFY07 +systemd_gnome_ask_password_agent_VALAFLAGS += \ + -D LIBNOTIFY07 +endif +systemd_gnome_ask_password_agent_VALAFLAGS += \ -g systemd_gnome_ask_password_agent_LDADD = \ |