diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am new file mode 100644 index 0000000..8f64bcf --- /dev/null +++ b/util/Makefile.am @@ -0,0 +1,8 @@ +# $XFree86: $ + +# this is not even built in the monolith, so don't install it +bin_PROGRAMS = stormdwg + +stormdwg_SOURCES = stormdwg.c + +EXTRA_DIST = README |