fix and test translations
[platform/upstream/libexif.git] / test / nls / Makefile.am
1 nlstestscripts = check-nls.sh
2
3 TESTS = $(nlstestscripts)
4
5 check_SCRIPTS = $(nlstestscripts)
6
7 check_PROGRAMS = test-nls print-localedir
8
9 CLEANFILES = $(check_SCRIPTS)
10
11 test_nls_LDADD = $(top_builddir)/libexif/libexif.la $(INTLLIBS)
12
13 %.sh: %.in Makefile
14         sed 's|@top_builddir\@|$(top_builddir)|g;s|@localedir\@|$(localedir)|g' < $< > $@
15         chmod +x $@