Makefile.am 368 B

1234567891011121314
  1. ## Process this file with automake to produce Makefile.in
  2. EXTRA_DIST = config.rpath INSTALL.generic THANKS NEWS
  3. SUBDIRS = doc src po
  4. install-exec-hook:
  5. -$(RM) -f $(DESTDIR)$(bindir)/mdecrypt
  6. $(LN_S) mcrypt $(DESTDIR)$(bindir)/mdecrypt
  7. uninstall-local:
  8. -$(RM) -f $(DESTDIR)$(bindir)/mdecrypt
  9. ChangeLog:
  10. cvs2cl --utc --fsf -t -S --prune
  11. ACLOCAL_AMFLAGS = -I m4