Skip to content

Commit dfd6212

Browse files
committed
Install C support files in binary distributions.
1 parent 3f9072c commit dfd6212

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ package_bin:
249249
$(MAKE) clean all
250250
rm -f $(PACKAGE_BIN)
251251
zip $(PACKAGE_BIN) $(COMMON_FILES) \
252-
flexlink.exe flexdll_*.obj flexdll_*.o
252+
flexlink.exe flexdll_*.obj flexdll_*.o flexdll.c flexdll_initer.c
253253

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

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

273273
installer:
274274
rm -rf flexdll_install_files

0 commit comments

Comments
 (0)