Skip to content

Commit

Permalink
revert 31be932
Browse files Browse the repository at this point in the history
  • Loading branch information
Love Hörnquist Åstrand committed Sep 9, 2014
1 parent a220ed3 commit 5aca37a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions admin/Makefile.am
Expand Up @@ -8,12 +8,6 @@ man_MANS = ktutil.1

bin_PROGRAMS = ktutil

# Install a symbolic link from ${sbindir}/ktutil to ${bindir}/ktutil for
# backwards compatibility

install-exec-hook::
$(LN_S) $(bindir)/ktutil $(DESTDIR)$(sbindir)/ktutil

dist_ktutil_SOURCES = \
add.c \
change.c \
Expand Down
6 changes: 0 additions & 6 deletions kadmin/Makefile.am
Expand Up @@ -6,12 +6,6 @@ AM_CPPFLAGS += $(INCLUDE_libintl) $(INCLUDE_readline) $(INCLUDE_hcrypto) -I$(src

bin_PROGRAMS = kadmin

# Install a symbolic link from ${sbindir}/kadmin to ${bindir}/kadmin for
# backwards compatibility

install-exec-hook::
$(LN_S) $(bindir)/kadmin $(DESTDIR)$(sbindir)/kadmin

libexec_PROGRAMS = kadmind

man_MANS = kadmin.1 kadmind.8
Expand Down

0 comments on commit 5aca37a

Please sign in to comment.