Skip to content
Snippets Groups Projects
Commit 851f3ec5 authored by Bernd Machenschalk's avatar Bernd Machenschalk
Browse files

lib/Makefile.mingw: add str_replace.h and win_util.h to install headers

- also sort headers alphabetically
parent e5c3484a
No related tags found
No related merge requests found
......@@ -16,32 +16,34 @@ endif
# headers to install
HEADERS = $(BOINC_SRC)/version.h \
$(BOINC_SRC)/svn_version.h \
$(BOINC_SRC)/win_build/config.h \
$(BOINC_SRC)/api/boinc_api.h \
$(BOINC_SRC)/api/boinc_opencl.h \
$(BOINC_SRC)/api/graphics2.h \
$(BOINC_SRC)/lib/app_ipc.h \
$(BOINC_SRC)/lib/boinc_win.h \
$(BOINC_SRC)/lib/boinc_stdio.h \
$(BOINC_SRC)/lib/url.h \
$(BOINC_SRC)/lib/boinc_win.h \
$(BOINC_SRC)/lib/cal_boinc.h \
$(BOINC_SRC)/lib/cl_boinc.h \
$(BOINC_SRC)/lib/common_defs.h \
$(BOINC_SRC)/lib/coproc.h \
$(BOINC_SRC)/lib/diagnostics.h \
$(BOINC_SRC)/lib/diagnostics_win.h \
$(BOINC_SRC)/lib/error_numbers.h \
$(BOINC_SRC)/lib/filesys.h \
$(BOINC_SRC)/lib/hostinfo.h \
$(BOINC_SRC)/lib/proxy_info.h \
$(BOINC_SRC)/lib/prefs.h \
$(BOINC_SRC)/lib/miofile.h \
$(BOINC_SRC)/lib/mfile.h \
$(BOINC_SRC)/lib/parse.h \
$(BOINC_SRC)/lib/util.h \
$(BOINC_SRC)/lib/coproc.h \
$(BOINC_SRC)/lib/cal_boinc.h \
$(BOINC_SRC)/lib/cl_boinc.h \
$(BOINC_SRC)/lib/miofile.h \
$(BOINC_SRC)/lib/opencl_boinc.h \
$(BOINC_SRC)/svn_version.h \
$(BOINC_SRC)/win_build/config.h \
$(BOINC_SRC)/lib/parse.h \
$(BOINC_SRC)/lib/prefs.h \
$(BOINC_SRC)/lib/proxy_info.h \
$(BOINC_SRC)/lib/str_replace.h \
$(BOINC_SRC)/lib/str_util.h \
$(BOINC_SRC)/lib/url.h \
$(BOINC_SRC)/lib/util.h \
$(BOINC_SRC)/lib/win_util.h \
$(BOINC_SRC)/lib/wslinfo.h
ZIP_HEADERS = zip/boinc_zip.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment