X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f486ea184ba1d605110eab4862406c11554ed13e..b21a155c6389025b456895312d425c2f6c485f33:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 524496e..0eeccd7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -63,6 +63,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ timeval.h \ trackname.c trackname.h \ user.h user.c \ + unicode.h unicode.c \ unidata.h unidata.c \ utf8.h utf8.c \ vacopy.h \ @@ -95,6 +96,9 @@ test_DEPENDENCIES=libdisorder.a check: test #test.i ./test +rebuild-unicode: + cd ${srcdir} && ${top_srcdir}/scripts/make-unidata + %.i: %.c $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) -c $< > $@.new mv $@.new $@