Skip to content

Commit

Permalink
Bug #3308: Install the generated build rules (in the Make.rules) fi…
Browse files Browse the repository at this point in the history
…le along with the other development headers.

This will allow `prxs` to build third-party modules with use multiple source
files; such modules usually have their own Makefiles, which reference these
build rules from the core build.
  • Loading branch information
Castaglia committed Aug 29, 2021
1 parent 038b3d8 commit 8cb4cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ install-libs: $(DESTDIR)$(libdir)/proftpd

install-headers: $(DESTDIR)$(includedir)/proftpd
$(INSTALL_MAN) $(top_builddir)/config.h $(DESTDIR)$(includedir)/proftpd/config.h
$(INSTALL_MAN) $(top_builddir)/Make.rules $(DESTDIR)$(includedir)/proftpd/Make.rules
cd include/ && $(MAKE) install

install-pkgconfig: $(DESTDIR)$(pkgconfigdir)
Expand Down

0 comments on commit 8cb4cbb

Please sign in to comment.