From 658bb59ac654bc4bbe95ae1aec17eec2fe9bb499 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 21 Apr 2009 15:27:50 +0100 Subject: Add shave support to build process. Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb --- nothere/data/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nothere') diff --git a/nothere/data/Makefile.am b/nothere/data/Makefile.am index ce60c3cb2..730406577 100644 --- a/nothere/data/Makefile.am +++ b/nothere/data/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/tools/shave.mk + # Panel applet bonobo stuff serverdir = $(libdir)/bonobo/servers server_in_files = GNOME_NotHere_Applet.server.in @@ -21,7 +23,7 @@ notherebindir = $(libexecdir) @INTLTOOL_SCHEMAS_RULE@ $(server_in_files): $(server_in_files:.server.in=.server.in.in) - sed -e "s|\@LIBEXECDIR\@|$(notherebindir)|" $< > $@ + $(QUIET_GEN)sed -e "s|\@LIBEXECDIR\@|$(notherebindir)|" $< > $@ DISTCLEANFILES = \ $(server_DATA) \ -- cgit v1.2.3