# $Log: Makefile.am,v $ # Revision 1.4 2007/06/29 16:55:07 wb6ymh # Added $(DESTDIR) to path for install and uninstall hooks. # # Revision 1.3 2007/06/29 14:32:39 wb6ymh # 1. Added install hook to create a link from tbdcmd to tbdchat. # 2. Added an uninstall hook to delete tbdchat symbolic link. # # Revision 1.2 2003/09/01 00:38:33 wb6ymh # Uncomment EXTRA_DIST of tbdcmd.dsp. # # Revision 1.1 2003/08/16 14:27:27 wb6ymh # Initial import: command line utility to send commands to thebridge. # # EXTRA_DIST = tbdcmd.dsp bin_PROGRAMS = tbdcmd tbdcmd_SOURCES = tbdcmd.c AM_CPPFLAGS = -I$(srcdir)/../inc -I$(srcdir)/.. AM_CFLAGS = -Wall install-exec-hook: ln -s $(DESTDIR)$(bindir)/tbdcmd $(DESTDIR)$(bindir)/tbdchat uninstall-hook: rm $(DESTDIR)$(bindir)/tbdchat