diff options
author | Ted Gould <ted@canonical.com> | 2009-02-16 13:01:55 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-16 13:01:55 -0600 |
commit | b57c4ff42714211764e0511a692357088cb6d016 (patch) | |
tree | aef0e7983864ef00a9227375a5e9a923ce7ccb34 | |
parent | 8336b570cdea01988168ee3efc0147a3af12ce76 (diff) | |
download | libayatana-indicator-b57c4ff42714211764e0511a692357088cb6d016.tar.gz libayatana-indicator-b57c4ff42714211764e0511a692357088cb6d016.tar.bz2 libayatana-indicator-b57c4ff42714211764e0511a692357088cb6d016.zip |
Adding a couple of files to the distribution to pass distcheck
-rw-r--r-- | libindicate/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index 3eb14af..232aa10 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -3,7 +3,9 @@ INCLUDES= \ -DG_LOG_DOMAIN=\"libindicate\" EXTRA_DIST = \ - indicate-interface.xml + indicate-interface.xml \ + listener-marshal.list \ + libindicate.pc.in BUILT_SOURCES = \ dbus-indicate-server.h \ |