diff options
author | Ted Gould <ted@canonical.com> | 2009-02-17 09:59:27 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-17 09:59:27 -0600 |
commit | af72d1563e4c3c3e2d66ae4e6adf8af8fce40633 (patch) | |
tree | 1bebb2a407689ab398249ce53e95622ed32122c3 /libindicate/Makefile.am | |
parent | 3cea98de0ccc5c55c2b6c9beec1d402ceb294e8a (diff) | |
parent | 177afddaf84ce402add77c9c9b70a980d5268ed8 (diff) | |
download | libayatana-indicator-af72d1563e4c3c3e2d66ae4e6adf8af8fce40633.tar.gz libayatana-indicator-af72d1563e4c3c3e2d66ae4e6adf8af8fce40633.tar.bz2 libayatana-indicator-af72d1563e4c3c3e2d66ae4e6adf8af8fce40633.zip |
Mostly build related changes coming from the upstream branch.
Diffstat (limited to 'libindicate/Makefile.am')
-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..707d297 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 \ + indicate.pc.in BUILT_SOURCES = \ dbus-indicate-server.h \ |