summaryrefslogtreecommitdiffstats
path: root/hdlcutil/Makefile.am
blob: 19e06b506a65e700860bcbc11a511860a05772f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

if HAVE_X
X11_bin_programs = smdiag
endif

if HAVE_FLTK
SUBDIRS = fl
endif

bin_PROGRAMS = sethdlc smmixer $(X11_bin_programs)

sethdlc_SOURCES = sethdlc.c hdrvcomm.c hdrvcomm.h usersmdiag.h
smmixer_SOURCES = smmixer.c hdrvcomm.c hdrvcomm.h usersmdiag.h
smdiag_SOURCES = smdiag.c hdrvcomm.c hdrvcomm.h usersmdiag.h

smdiag_LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS)

INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \
	   -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" 

AX25_SYSCONFDIR=$(sysconfdir)/ax25/
AX25_LOCALSTATEDIR=$(localstatedir)/ax25/

man_MANS = sethdlc.8 smmixer.8 baycom.9 hdlcdrv.9 soundmodem.9 smdiag.8

EXTRA_DIST = $(man_MANS)