Skip to content

Commit

Permalink
chore(build): Fix include filename extension
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 22, 2023
1 parent c9ea2e7 commit cb85077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BUILT_SOURCES =

CLEANFILES =

include $(top_srcdir)/build-aux/rust_boilerplate.am
include $(top_srcdir)/build-aux/rust_boilerplate.mk

# use :read !git ls-files <pattern> to repopulate <pattern>_DATA vars

Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ fi
# use AC_SUBST to setup project specific build options. We need to pre-seed
# a file to avoid a file not found error on first run. The configure process
# will rebuild this and also re-include it into the final Makefile.
touch build-aux/rust_boilerplate.am
touch build-aux/rust_boilerplate.mk

autoreconf --install

0 comments on commit cb85077

Please sign in to comment.