summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-03 01:13:36 +0000
committerKevin E Martin <kem@kem.org>2005-12-03 01:13:36 +0000
commitafaf62e261c6e015dd58e1bc6aefadfd2c3b2e57 (patch)
treee9410b816859fdcb040d379d103a3b25277cee34
parent5e8ab3b57b887c7913bb14feafc54530a22ee27b (diff)
Automatically generate FUNCPROTO and NARROWPROTO defines in Xfuncproto.h.XORG-6_99_99_903
-rwxr-xr-xsymlink.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/symlink.sh b/symlink.sh
index 643d180..a16a4f2 100755
--- a/symlink.sh
+++ b/symlink.sh
@@ -83,7 +83,7 @@ symlink_proto_core() {
action Xatom.h
action Xdefs.h
action XF86keysym.h # only used in server
- action Xfuncproto.h
+# action Xfuncproto.h this file is configurable in the modular tree
action Xfuncs.h
action X.h
action Xmd.h
@@ -14665,6 +14665,10 @@ symlink_non_linked_files()
action ccimake.c
action imakesvc.cmd
action Makefile.ini
+
+ # Xfuncproto.h is now configurable in the modular tree
+ src_dir include
+ action Xfuncproto.h
}
print_source()