diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-02-08 16:37:31 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-02-08 16:37:31 +0000 |
commit | d4162d24e4bdee56df9bf6815207cf0ecf15fed3 (patch) | |
tree | 9f3d9be2bfde1afa93c2f5a4438302f60f4a11b7 /src/Makefile.am | |
parent | 3c560ddcaeb71953c7dfecf2acfa11aa77b0e3d9 (diff) | |
download | ayatana-indicator-session-d4162d24e4bdee56df9bf6815207cf0ecf15fed3.tar.gz ayatana-indicator-session-d4162d24e4bdee56df9bf6815207cf0ecf15fed3.tar.bz2 ayatana-indicator-session-d4162d24e4bdee56df9bf6815207cf0ecf15fed3.zip |
get rid of the transaction as we don't need to worry about updates installing state
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index afee66c..67a1cb6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -114,9 +114,7 @@ indicator_session_service_SOURCES = \ if BUILD_APT indicator_session_service_SOURCES += \ apt-watcher.h \ - apt-watcher.c \ - apt-transaction.h \ - apt-transaction.c + apt-watcher.c endif indicator_session_service_CFLAGS = \ |