Skip to content

Commit

Permalink
build: add src/config.h.in to make $distdir
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Nov 19, 2024
1 parent 1d6e242 commit e51bec9
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 @@ -30,6 +30,7 @@ $(distdir): FORCE
cp Makefile.in $(distdir)
cp src/Makefile.in $(distdir)/src
cp src/audio/Makefile.in $(distdir)/src/audio
cp src/config.h.in $(distdir)/src

cp src/*.c $(distdir)/src
cp src/*.h $(distdir)/src
Expand Down

0 comments on commit e51bec9

Please sign in to comment.