From 0fceb64d25ff3d9586549bb43d971c5eef904330 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 7 Jun 1999 10:23:42 +0200 Subject: Import ax25-apps 0.0.1 from tarball --- call/Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 call/Makefile.am (limited to 'call/Makefile.am') diff --git a/call/Makefile.am b/call/Makefile.am new file mode 100644 index 0000000..9668863 --- /dev/null +++ b/call/Makefile.am @@ -0,0 +1,25 @@ + +vardir = $(sysconfdir)/ax25 + +installconf: + $(mkinstalldirs) $(DESTDIR)$(etcdir) + + +bin_PROGRAMS = call + +man_MANS = call.1 + +EXTRA_DIST = $(man_MANS) + +call_LDADD = $(NCURSES_LIB) $(AX25_LIB) + +call_SOURCES = \ + call.c \ + call.h \ + menu.c \ + menu.h \ + crc.c \ + crc.h \ + yapp.c \ + dostime.c + -- cgit v1.2.3