diff options
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/lib/X11/Imakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/Imakefile b/nx-X11/lib/X11/Imakefile index e9ee564cd..31008c8d2 100644 --- a/nx-X11/lib/X11/Imakefile +++ b/nx-X11/lib/X11/Imakefile @@ -1126,6 +1126,9 @@ depend:: ks_tables.h clean:: RemoveFiles(ks_tables_h ks_tables.h HostProgramTargetName(makekeys)) +KeysymStr.o: ks_tables.h + +StrKeysym.o: ks_tables.h DependTarget3($(SRCS1),$(SRCS2),$(SRCS3) $(EXTRASRCS)) |