We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea2fad commit f8087fcCopy full SHA for f8087fc
Makefile.am
@@ -4,8 +4,15 @@ table_ldap_SOURCES = table_ldap.c aldap.c ber.c dict.c log.c table_stdio.c util.
4
5
LDADD = $(LIBOBJS)
6
7
+EXTRA_DIST = aldap.h ber.h compat.h config.h.in \
8
+ dict.h log.h table_stdio.h util.h
9
+
10
smtpdir = ${prefix}/libexec/smtpd
11
12
install-exec-local: $(noinst_PROGRAMS)
13
$(MKDIR_P) $(DESTDIR)$(smtpdir)
14
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $(noinst_PROGRAMS) $(DESTDIR)$(smtpdir)
15
16
+uninstall-local:
17
+ rm $(DESTDIR)$(smtpdir)/$(noinst_PROGRAMS)
18
0 commit comments