summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 2a7d350..e520c6f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,10 @@
# Sources
DIR_SOURCES := alias.c aliases.c eightbit.c iconv.c utils.c
+SOURCES := $(SOURCES) $(BUILDDIR)/src_translit.c
+
+$(BUILDDIR)/src_translit.c: src/transtab build/tools/gentranstab.pl
+ $(VQ)$(ECHO) "TRANSTAB: $<"
+ $(Q)$(PERL) build/tools/gentranstab.pl $< >$@
+
include $(NSBUILD)/Makefile.subdir