diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-21 16:38:44 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-21 16:38:44 +0100 |
commit | d89b98ffa2abc0c38dea6d30399073d239a66ce1 (patch) | |
tree | affb2768eef1b3a5e91a0a6994b74f22d44ba657 /src/Makefile.am | |
parent | dfa3b112e2b9c303102cf3805aa2e8f77f9aaffe (diff) | |
download | ayatana-indicator-session-d89b98ffa2abc0c38dea6d30399073d239a66ce1.tar.gz ayatana-indicator-session-d89b98ffa2abc0c38dea6d30399073d239a66ce1.tar.bz2 ayatana-indicator-session-d89b98ffa2abc0c38dea6d30399073d239a66ce1.zip |
transaction object in place
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 753b71d..83d12bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,6 +98,8 @@ indicator_session_service_SOURCES = \ device-menu-mgr.c \ apt-watcher.h \ apt-watcher.c \ + apt-transaction.h \ + apt-transaction.c \ udev-mgr.h \ udev-mgr.c indicator_session_service_CFLAGS = \ |