diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-26 18:23:59 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-26 18:23:59 +0100 |
commit | 8e8a2b83bd5e5f5d293a64bfb5e5a163b80fad0d (patch) | |
tree | dde9cefd7845dd646c38f9e876dcde38aa9bbe9f /src/Makefile.am | |
parent | e3b36473ed5400c60f4f08b8cc88bc4e384f3b32 (diff) | |
download | ayatana-indicator-session-8e8a2b83bd5e5f5d293a64bfb5e5a163b80fad0d.tar.gz ayatana-indicator-session-8e8a2b83bd5e5f5d293a64bfb5e5a163b80fad0d.tar.bz2 ayatana-indicator-session-8e8a2b83bd5e5f5d293a64bfb5e5a163b80fad0d.zip |
pattern established as to how to handle these sane rules
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 83d12bb..36a1d1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,7 +101,8 @@ indicator_session_service_SOURCES = \ apt-transaction.h \ apt-transaction.c \ udev-mgr.h \ - udev-mgr.c + udev-mgr.c \ + sane-rules.h indicator_session_service_CFLAGS = \ $(SESSIONSERVICE_CFLAGS) \ $(GCONF_CFLAGS) \ |