diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 14:50:35 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 14:50:35 -0500 |
commit | 10923a8e6c73b0dbee321c33d4b40f1e90c8dd59 (patch) | |
tree | 18d446c7238e5021c80839d1f0de069a628b6385 /src/Makefile.am | |
parent | 455f5df69319c0feb5e64317bef16925623e8ac5 (diff) | |
download | ayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.tar.gz ayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.tar.bz2 ayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.zip |
Import upstream version 0.3.91
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 = \ |