chiark / gitweb /
word break now comes from the table
[disorder] / lib / Makefile.am
index 524496e7496ec0db8a7bf763e3f10a38d6c5cf79..0eeccd7ce674480e28b8bf04ef9b0678b9f97c61 100644 (file)
@@ -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 $@