]> www.fi.muni.cz Git - evince.git/commitdiff
build: Silence the DBUS service file rule
authorChristian Persch <chpe@gnome.org>
Tue, 20 Oct 2009 17:27:12 +0000 (19:27 +0200)
committerChristian Persch <chpe@gnome.org>
Tue, 20 Oct 2009 17:28:00 +0000 (19:28 +0200)
Add $(AM_V_GEN), and use $(SED).

configure.ac
data/Makefile.am

index 096366d60579cd970027f3448e3d835dd69c039c..3e477e59e2ce37df9f194695be866626e358198f 100644 (file)
@@ -62,6 +62,7 @@ AM_PROG_CC_C_O
 AC_PROG_CXX
 AC_STDC_HEADERS
 
+AC_PROG_SED
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
 
index 27ba73d4ac5ae747d4dfa067dc8afbacb5f5a6c5..5b129ce0969ead9c08874c52103e40ffeebfbf44 100644 (file)
@@ -45,7 +45,7 @@ service_in_files = org.gnome.evince.Daemon.service.in
 service_DATA = $(service_in_files:.service.in=.service)
 
 $(service_DATA): $(service_in_files) Makefile
-       @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+       $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
 endif
 
 #