summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-07-17 13:35:58 -0700
committerEivind Næss <eivnaes@yahoo.com>2021-07-20 08:24:08 -0700
commitaf9eafe584f98986a20bc33c8535a044bbdbb12b (patch)
tree2c79fd850c49626123e9f3b4653e320ae62affec /chat
parente9cdeb051b18404c8127e57bbd555004c4ab5bbf (diff)
downloadppp-af9eafe584f98986a20bc33c8535a044bbdbb12b.tar.gz
Incorporating review feedback from David Seifert.
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/chat/Makefile.am b/chat/Makefile.am
index 58af42e..0a29869 100644
--- a/chat/Makefile.am
+++ b/chat/Makefile.am
@@ -1,9 +1,5 @@
-
sbin_PROGRAMS = chat
-man8_MANS = chat.8
+dist_man8_MANS = chat.8
chat_SOURCES = chat.c
-chat_CFLAGS = -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY
-
-EXTRA_DIST = \
- $(man8_MANS)
+chat_CPPFLAGS = -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY