Skip to content

Commit

Permalink
Install C support files in binary distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainfrisch committed Oct 4, 2017
1 parent 3f9072c commit dfd6212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ package_bin:
$(MAKE) clean all
rm -f $(PACKAGE_BIN)
zip $(PACKAGE_BIN) $(COMMON_FILES) \
flexlink.exe flexdll_*.obj flexdll_*.o
flexlink.exe flexdll_*.obj flexdll_*.o flexdll.c flexdll_initer.c

do_upload_bin:
rsync $(PACKAGE_BIN) $(URL)
Expand All @@ -268,7 +268,7 @@ PREFIX = "C:\Program Files (x86)\flexdll"

install:
mkdir -p $(PREFIX)
cp $(COMMON_FILES) flexlink.exe flexdll_*.obj flexdll_*.o $(PREFIX)
cp $(COMMON_FILES) flexlink.exe flexdll_*.obj flexdll_*.o flexdll.c flexdll_initer.c $(PREFIX)

installer:
rm -rf flexdll_install_files
Expand Down

0 comments on commit dfd6212

Please sign in to comment.