[Xfce4-commits] <xfce4-clipman-plugin:master> Fix make distcheck
Mike Massonnet
noreply at xfce.org
Mon Apr 9 20:04:01 CEST 2012
Updating branch refs/heads/master
to 1cf448d3f02d369b90e51fb340e813f9c90f10a9 (commit)
from 6010e3b22cc663b5aa419989ef880345ff6cdabe (commit)
commit 1cf448d3f02d369b90e51fb340e813f9c90f10a9
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Mon Apr 9 11:20:19 2012 +0200
Fix make distcheck
icons/Makefile.am | 2 ++
tests/Makefile.am | 2 +-
tests/test_daemon.c | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/icons/Makefile.am b/icons/Makefile.am
index b6a5517..ae3b1be 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -13,3 +13,5 @@ install-data-hook:
echo "***"; \
fi
+uninstall-local:
+ -rm $(datadir)/icons/hicolor/icon-theme.cache
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b63eb2d..dd6126b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,7 +15,7 @@ test_actions_CFLAGS = @GTK_CFLAGS@ @EXO_CFLAGS@ @LIBXFCE4UTIL_CFLAGS@ @LIBXFCE4U
test_actions_LDADD = @GTK_LIBS@ @EXO_LIBS@ @LIBXFCE4UTIL_LIBS@ @LIBXFCE4UI_LIBS@
test_daemon_SOURCES = test_daemon.c
test_daemon_CFLAGS = @GTK_CFLAGS@
-test_daemon_LDADD = $(top_builddir)/daemon/libdaemon.la @GTK_LIBS@
+test_daemon_LDADD = $(top_builddir)/x11-clipboard-manager/libdaemon.la @GTK_LIBS@
test_targets_SOURCES = test_targets.c
test_targets_CFLAGS = @GTK_CFLAGS@
test_targets_LDADD = @GTK_LIBS@
diff --git a/tests/test_daemon.c b/tests/test_daemon.c
index 0f2bd0c..8c97be6 100644
--- a/tests/test_daemon.c
+++ b/tests/test_daemon.c
@@ -1,6 +1,6 @@
#include <glib.h>
#include <gtk/gtk.h>
-#include <daemon/daemon.h>
+#include <x11-clipboard-manager/daemon.h>
int main (int argc, char *argv[])
{
More information about the Xfce4-commits
mailing list