diff options
author | Ted Gould <ted@gould.cx> | 2010-06-25 14:34:03 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-25 14:34:03 -0500 |
commit | a46a27a598890cd49f67b076866fc6b4b6042485 (patch) | |
tree | 17ad083f44baa56a2ee061db40b665f51db8f46b /src/Makefile.am | |
parent | 20f0c1d8e534fc1b1d0824baa2aa5464d2b0f998 (diff) | |
download | libayatana-appindicator-a46a27a598890cd49f67b076866fc6b4b6042485.tar.gz libayatana-appindicator-a46a27a598890cd49f67b076866fc6b4b6042485.tar.bz2 libayatana-appindicator-a46a27a598890cd49f67b076866fc6b4b6042485.zip |
Adding an approver interface.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 787ba2f..68be1c0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -116,6 +116,7 @@ libappindicator_la_LIBADD = \ DBUS_SPECS = \ dbus-properties.xml \ application-service.xml \ + notification-approver.xml \ notification-item.xml \ notification-watcher.xml |