chiark / gitweb /
automatically upgrade on startup if necessary
[disorder] / lib / Makefile.am
index 524496e7496ec0db8a7bf763e3f10a38d6c5cf79..b642c895db345eb65b1ee181089a6645e1562a53 100644 (file)
@@ -63,12 +63,12 @@ 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                                        \
        vector.c vector.h                               \
        wav.h wav.c                                     \
-       words.c words.h                                 \
        wstat.c wstat.h                                 \
        disorder.h
 
@@ -95,6 +95,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 $@