mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
423c191eb9
with devel/libltdl libtoolize and other autotools are needed.
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
--- Makefile.am.orig
|
|
+++ Makefile.am
|
|
@@ -4,7 +4,8 @@
|
|
AUTOMAKE_OPTIONS = 1.4 gnu
|
|
SUBDIRS = tme libltdl libtme generic ic machine host bus serial scsi tmesh tools
|
|
EXTRA_DIST = modules dist
|
|
-pkglib_DATA = tmeconfig.h
|
|
+tmeconfigdir = $(pkglibdir)
|
|
+tmeconfig_DATA = tmeconfig.h
|
|
|
|
# target to hook into the distribution:
|
|
#
|