Add missing file to `make dist'.
[ttfautohint.git] / lib / tascript.c
blob0e6cc9e1a6704533eede44f9471bc5ca6e7ea532
1 /* tascript.c */
3 /*
4 * Copyright (C) 2014-2015 by Werner Lemberg.
6 * This file is part of the ttfautohint library, and may only be used,
7 * modified, and distributed under the terms given in `COPYING'. By
8 * continuing to use, modify, or distribute this file you indicate that you
9 * have read `COPYING' and understand and accept it fully.
11 * The file `COPYING' mentioned in the previous paragraph is distributed
12 * with the ttfautohint library.
15 #include "ta.h"
18 #undef SCRIPT
19 #define SCRIPT(s, S, d, h, sc1, sc2, sc3) #s,
21 const char* script_names[] =
24 #include <ttfautohint-scripts.h>
28 /* end of tascript.c */