diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-16 23:06:36 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-16 23:06:36 +0200 |
commit | 3b2a7b1faf142d4301c55b8951657e177b5ac118 (patch) | |
tree | a2ffb61baf7da538c23daf7032a3e64249f68272 /util | |
parent | bde592047cd62194d7ef67520a9fdbaf269a8b90 (diff) |
Don't install stormdwg.
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 8f64bcf..734c7b3 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,7 +1,7 @@ # $XFree86: $ # this is not even built in the monolith, so don't install it -bin_PROGRAMS = stormdwg +noinst_PROGRAMS = stormdwg stormdwg_SOURCES = stormdwg.c |