We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c4932 commit d2663d5Copy full SHA for d2663d5
1 file changed
Makefile.am
@@ -2,9 +2,10 @@ noinst_PROGRAMS = table-postgres
2
3
table_postgres_SOURCES = table_postgres.c dict.c log.c table_stdio.c util.c
4
5
-AM_CFLAGS =
6
LDADD = $(LIBOBJS)
7
+dist_man5_MANS = table-postgres.5
8
+
9
smtpdir = ${prefix}/libexec/smtpd
10
11
install-exec-local: $(noinst_PROGRAMS)
0 commit comments