Commit 9d6298a7 authored by unknown's avatar unknown
Browse files

- make sure to include sql/share/errmsg.txt into the source distribution


sql/share/Makefile.am:
  - make sure to include errmsg.txt into the source distribution
parent eb7e9346
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
## Process this file with automake to create Makefile.in

extra_DIST= errmsg.txt

dist-hook:
	for dir in charsets @AVAILABLE_LANGUAGES@; do \
	  test -d $(distdir)/$$dir || mkdir $(distdir)/$$dir; \