]> git.pld-linux.org Git - packages/ax25-tools.git/blame - ax25-tools-build.patch
- patches set for current build tools, separated -gui; release 9
[packages/ax25-tools.git] / ax25-tools-build.patch
CommitLineData
9afe6125
AM
1diff -urN ax25-tools-0.0.8.org/hdlcutil/fl/Makefile.am ax25-tools-0.0.8/hdlcutil/fl/Makefile.am
2--- ax25-tools-0.0.8.org/hdlcutil/fl/Makefile.am 2001-04-10 04:10:55.000000000 +0200
3+++ ax25-tools-0.0.8/hdlcutil/fl/Makefile.am 2006-09-29 22:24:11.565814000 +0200
4@@ -5,11 +5,11 @@
5
6 INCLUDES = $(X_CFLAGS) -I..
7 LDFLAGS = $(X_LIBS) -lX11 $(FLTK_LIB)
8-LDADD = hdrvcomm.o
9
10-xfsmmixer_SOURCES = xfsmmixer.cxx xfsmmixer_main.cxx xfsmmixer.h
11-xfhdlcchpar_SOURCES = xfhdlcchpar.cxx xfhdlcchpar_main.cxx xfhdlcchpar.h
12-xfhdlcst_SOURCES = xfhdlcst.cxx xfhdlcst_main.cxx xfhdlcst.h
13-xfsmdiag_SOURCES = xfsmdiag.cxx xfsmdiag_main.cxx xfsmdiag.h xfsmdiag_main.h
14+xfsmmixer_SOURCES = xfsmmixer.cxx xfsmmixer_main.cxx xfsmmixer.h hdrvcomm.c
15+xfhdlcchpar_SOURCES = xfhdlcchpar.cxx xfhdlcchpar_main.cxx xfhdlcchpar.h hdrvcomm.c
16+xfhdlcst_SOURCES = xfhdlcst.cxx xfhdlcst_main.cxx xfhdlcst.h hdrvcomm.c
17+xfsmdiag_SOURCES = xfsmdiag.cxx xfsmdiag_main.cxx xfsmdiag.h xfsmdiag_main.h hdrvcomm.c
18
19-hdrvcomm.o: ../hdrvcomm.o
20+hdrvcomm.c:
21+ ln -s $(top_srcdir)/hdlcutil/hdrvcomm.c $(top_builddir)/hdlcutil/fl/hdrvcomm.c
This page took 0.064999 seconds and 4 git commands to generate.