diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 5883286..93b5b9f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -11,4 +11,10 @@ bin_PROGRAMS = plistutil | |||
| 11 | plistutil_SOURCES = plistutil.c | 11 | plistutil_SOURCES = plistutil.c |
| 12 | plistutil_LDADD = $(top_builddir)/src/libplist-2.0.la | 12 | plistutil_LDADD = $(top_builddir)/src/libplist-2.0.la |
| 13 | 13 | ||
| 14 | install-exec-hook: | ||
| 15 | cd $(DESTDIR)$(bindir) && ln -sf plistutil plist2json | ||
| 16 | |||
| 17 | uninstall-hook: | ||
| 18 | rm -f $(DESTDIR)$(bindir)/plist2json | ||
| 19 | |||
| 14 | endif | 20 | endif |
