diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | util/Makefile.am | 8 |
3 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7052905..4e76113 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,4 +19,6 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AUTOMAKE_OPTIONS = foreign -SUBDIRS = src man +SUBDIRS = src man util + +EXTRA_DIST = README_HALLIB mga_PInS.txt diff --git a/configure.ac b/configure.ac index 77f2f49..b93e027 100644 --- a/configure.ac +++ b/configure.ac @@ -97,4 +97,5 @@ AC_OUTPUT([ Makefile src/Makefile man/Makefile + util/Makefile ]) 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 |