Added install-exec-hook for creating the symbolic link 'from' to 'frm'.
Showing
1 changed file
with
5 additions
and
1 deletions
1 | ## Process this file with GNU Automake to create Makefile.in | 1 | ## Process this file with GNU Automake to create Makefile.in |
2 | 2 | ||
3 | ## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
4 | ## | 4 | ## |
5 | ## GNU Mailutils is free software; you can redistribute it and/or | 5 | ## GNU Mailutils is free software; you can redistribute it and/or |
6 | ## modify it under the terms of the GNU General Public License as | 6 | ## modify it under the terms of the GNU General Public License as |
... | @@ -33,3 +33,7 @@ frm_LDADD = \ | ... | @@ -33,3 +33,7 @@ frm_LDADD = \ |
33 | ../mailbox/libmailbox.la\ | 33 | ../mailbox/libmailbox.la\ |
34 | ../lib/libmailutils.la\ | 34 | ../lib/libmailutils.la\ |
35 | @AUTHLIBS@ @MU_COMMON_LIBRARIES@ | 35 | @AUTHLIBS@ @MU_COMMON_LIBRARIES@ |
36 | |||
37 | install-exec-hook: | ||
38 | cd $(DESTDIR)$(bindir) && \ | ||
39 | $(LN_S) frm$(EXEEXT) from$(EXEEXT) | ... | ... |
-
Please register or sign in to post a comment