diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 01:13:36 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 01:13:36 +0000 |
commit | afaf62e261c6e015dd58e1bc6aefadfd2c3b2e57 (patch) | |
tree | e9410b816859fdcb040d379d103a3b25277cee34 | |
parent | 5e8ab3b57b887c7913bb14feafc54530a22ee27b (diff) |
Automatically generate FUNCPROTO and NARROWPROTO defines in Xfuncproto.h.XORG-6_99_99_903
-rwxr-xr-x | symlink.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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() |