28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1 2011/12/09 13:10:56 jasper Exp $
|
|
--- Makefile.in.orig Fri Dec 9 13:50:19 2011
|
|
+++ Makefile.in Fri Dec 9 13:50:46 2011
|
|
@@ -50,7 +50,7 @@ am__aclocal_m4_deps = $(top_srcdir)/macros/aclocal-inc
|
|
$(top_srcdir)/macros/gr_swig.m4 \
|
|
$(top_srcdir)/macros/lf_warnings.m4 \
|
|
$(top_srcdir)/macros/libtool.m4 \
|
|
- $(top_srcdir)/macros/libxml2.m4 $(top_srcdir)/macros/ltdl.m4 \
|
|
+ $(top_srcdir)/macros/libxml2.m4 \
|
|
$(top_srcdir)/macros/perl.m4 $(top_srcdir)/macros/pkg.m4 \
|
|
$(top_srcdir)/macros/python.m4 $(top_srcdir)/macros/tcl.m4 \
|
|
$(top_srcdir)/configure.ac
|
|
@@ -278,12 +278,12 @@ EXTRA_DIST = PLAN TODO LICENSE hamlib.m4 hamlib.pc.in
|
|
|
|
|
|
# BINDINGS_LIST subdirs are no more built
|
|
-SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
|
|
+SUBDIRS = macros include lib src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
|
|
@BINDINGS@ tests doc
|
|
|
|
|
|
# tcl, perl, and kylix subdir are no more distributed
|
|
-DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \
|
|
+DIST_SUBDIRS = macros include lib src c++ bindings tests doc \
|
|
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
|
|
rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \
|
|
microtune flexradio sartek lowe rft tapr kit skanti wj racal tuner
|