diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am new file mode 100644 index 0000000..d3f6ecf --- /dev/null +++ b/util/Makefile.am @@ -0,0 +1,9 @@ +noinst_PROGRAMS = makestrs + +EXTRA_DIST = \ + Shell.ht \ + StrDefs.ct \ + StrDefs.ht \ + string.list + +makestrs_CFLAGS = $(XT_CFLAGS) |