From cbc787a43d78bec5b22038d5c3d124820fc53aaa Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 10 Dec 2005 16:17:28 +0000 Subject: =?UTF-8?q?=20=20=20=20=20=20=20=20support=20for=206pack=20tnc=20r?= =?UTF-8?q?ings=20(patch=20found=20at=20sf.net)=20=09from=20I=C3=B1aki=20A?= =?UTF-8?q?renaza=20EB2EBU=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6pack/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 6pack/Makefile.am (limited to '6pack/Makefile.am') diff --git a/6pack/Makefile.am b/6pack/Makefile.am new file mode 100644 index 0000000..e9673a1 --- /dev/null +++ b/6pack/Makefile.am @@ -0,0 +1,20 @@ + +installconf: + +sbin_PROGRAMS = m6pack + +LDADD= $(AX25_LIB) + +man_MANS = m6pack.8 + +EXTRA_DIST = $(man_MANS) + +INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \ + -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" + +AX25_SYSCONFDIR=${sysconfdir}/ax25/ +AX25_LOCALSTATEDIR=${localstatedir}/ax25/ + +install-exec-local: + (cd $(DESTDIR)$(sbindir)) + -- cgit v1.2.3