diff options
Diffstat (limited to 'cmd/zgenhostid/Makefile.am')
-rw-r--r-- | cmd/zgenhostid/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cmd/zgenhostid/Makefile.am b/cmd/zgenhostid/Makefile.am index 69c99ca9d..0ba791f7c 100644 --- a/cmd/zgenhostid/Makefile.am +++ b/cmd/zgenhostid/Makefile.am @@ -1 +1,5 @@ -dist_bin_SCRIPTS = zgenhostid +include $(top_srcdir)/config/Rules.am + +bin_PROGRAMS = zgenhostid + +zgenhostid_SOURCES = zgenhostid.c |