From b57c4ff42714211764e0511a692357088cb6d016 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 16 Feb 2009 13:01:55 -0600 Subject: Adding a couple of files to the distribution to pass distcheck --- libindicate/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libindicate') 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 \ -- cgit v1.2.3 From 25bb9e34549c97b78841e67c6040c1322bd2d9fb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 16 Feb 2009 13:04:54 -0600 Subject: Oops, should get the screw up right... --- libindicate/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicate') diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index 232aa10..707d297 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -5,7 +5,7 @@ INCLUDES= \ EXTRA_DIST = \ indicate-interface.xml \ listener-marshal.list \ - libindicate.pc.in + indicate.pc.in BUILT_SOURCES = \ dbus-indicate-server.h \ -- cgit v1.2.3