Skip to content

Commit

Permalink
Add header.
Browse files Browse the repository at this point in the history
  • Loading branch information
minfrin committed Oct 27, 2021
1 parent 6949d53 commit 612f61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ all-local:

install-exec-local:
mkdir -p $(DESTDIR)`$(APXS) -q LIBEXECDIR`
mkdir -p $(DESTDIR)`$(APXS) -q includedir`
$(INSTALL) mod_contact.h $(DESTDIR)`$(APXS) -q includedir`
$(APXS) -S LIBEXECDIR=$(DESTDIR)`$(APXS) -q LIBEXECDIR` -c -i $(DEF_LDLIBS) -Wc,"$(CFLAGS)" -Wc,"$(AM_CFLAGS)" -Wl,"$(LDFLAGS)" -Wl,"$(AM_LDFLAGS)" $(LIBS) @srcdir@/mod_contact.c

0 comments on commit 612f61d

Please sign in to comment.