Skip to content

Commit f8087fc

Browse files
committed
fix dist tarball generation
1 parent fea2fad commit f8087fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ table_ldap_SOURCES = table_ldap.c aldap.c ber.c dict.c log.c table_stdio.c util.
44

55
LDADD = $(LIBOBJS)
66

7+
EXTRA_DIST = aldap.h ber.h compat.h config.h.in \
8+
dict.h log.h table_stdio.h util.h
9+
710
smtpdir = ${prefix}/libexec/smtpd
811

912
install-exec-local: $(noinst_PROGRAMS)
1013
$(MKDIR_P) $(DESTDIR)$(smtpdir)
1114
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $(noinst_PROGRAMS) $(DESTDIR)$(smtpdir)
15+
16+
uninstall-local:
17+
rm $(DESTDIR)$(smtpdir)/$(noinst_PROGRAMS)
18+

0 commit comments

Comments
 (0)