Skip to content

Commit

Permalink
fix(build): Bundle all assets in source distribution
Browse files Browse the repository at this point in the history
...even when configured for doing a static binary build with embedded
assets. They don't get installed, but they should be in the dist file in
case the good folks building want to configure it a different way.
  • Loading branch information
alerque committed Jun 8, 2024
1 parent 93417f3 commit 5198641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ EXTRA_DIST += $(MANUAL) $(FIGURES)
EXTRA_DIST += src/embed.rs.in
EXTRA_DIST += sil.abnf

if EMBEDDED_RESOURCES
EXTRA_DIST += $(SILEDATA) $(LUALIBRARIES)
endif

BUILT_SOURCES = $(BUILT_LUA_SOURCES) Makefile-distfiles

CLEANFILES = $(MANUAL)
Expand Down

0 comments on commit 5198641

Please sign in to comment.