diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-10 11:21:42 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-10 11:21:42 +0200 |
commit | 17be9de1cac740464fcec9fef6bccef2c84910da (patch) | |
tree | c6b7fe7b67c2d6cee2da4d1c10856c854144ca2e | |
parent | 1b78b3492c76facaa0ac9260fae97e259fab0e47 (diff) | |
download | mate-polkit-17be9de1cac740464fcec9fef6bccef2c84910da.tar.bz2 mate-polkit-17be9de1cac740464fcec9fef6bccef2c84910da.tar.xz |
Update Makefile
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0ee00b3..d0d6cdd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,8 +6,10 @@ desktop_DATA = polkit-mate-authentication-agent-1.desktop @INTLTOOL_DESKTOP_RULE@ -polkit-mate-authentication-agent-1.desktop.in : polkit-mate-authentication-agent-1.desktop.in.in - cat polkit-mate-authentication-agent-1.desktop.in.in | sed 's,@FULL_LIBEXECDIR@,$(FULL_LIBEXECDIR),' > $@ +polkit-mate-authentication-agent-1.desktop.in : polkit-mate-authentication-agent-1.desktop.in.in Makefile + $(AM_V_GEN)sed \ + -e "s|\@FULL_LIBEXECDIR\@|$(FULL_LIBEXECDIR)|" \ + $< > $@ libexec_PROGRAMS = polkit-mate-authentication-agent-1 @@ -44,7 +46,9 @@ polkit_mate_authentication_agent_1_LDADD = \ $(POLKIT_GOBJECT_LIBS) \ $(INTLLIBS) -EXTRA_DIST = polkit-mate-authentication-agent-1.desktop.in.in +EXTRA_DIST = \ + polkit-mate-authentication-agent-1.desktop.in \ + polkit-mate-authentication-agent-1.desktop.in.in clean-local : rm -f *~ polkit-mate-authentication-agent-1.desktop polkit-mate-authentication-agent-1.desktop.in |