diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-18 00:33:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-18 00:33:57 +0000 |
commit | a062a26f39117d05c0d93fe5537ff0cfc40fa86f (patch) | |
tree | 197d8faff03c1bd7f2851e7fbc7d75dcfa270d9d /src/daemon/Makefile.am | |
parent | 49eb1758fe84a5d55f99a62703a1a21f4f4b2566 (diff) | |
download | kdbusnotification-a062a26f39117d05c0d93fe5537ff0cfc40fa86f.tar.gz kdbusnotification-a062a26f39117d05c0d93fe5537ff0cfc40fa86f.zip |
Add autostart files to kdbusnotifier
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdbusnotification@1259343 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r-- | src/daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 54aff33..61aa507 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -14,7 +14,7 @@ INCLUDES = \ $(QT_INCLUDES) \ $(KDE_INCLUDES) -libexec_PROGRAMS = \ +bin_PROGRAMS = \ notification-daemon-tde notification_daemon_tde_SOURCES = \ |