diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-06-18 07:49:39 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-06-18 07:49:39 +0000 |
commit | e6443cf2d16a842e3dcefadbfb7be50484ee2f47 (patch) | |
tree | bd8cb49921d82bbe75135c947a9931a42fcf627d /Makefile.am | |
parent | beba11cfe89a04a5c315d6b9b48201204af31a18 (diff) |
autotool xhost
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..0941df2 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS = xhost + +xhost_SOURCES = xhost.c + +xhost_CFLAGS = @XHOST_CFLAGS@ + +xhost_LDADD = @XHOST_LIBS@ + +man_MANS = xhost.man
\ No newline at end of file |