mirror of https://github.com/BOINC/boinc.git
fix install headers in Makefile.mingw
svn path=/trunk/boinc/; revision=23722
This commit is contained in:
parent
61cbe110ef
commit
c1228ed2a5
|
@ -3508,3 +3508,9 @@ David 13 Jun 2011
|
||||||
forum.inc
|
forum.inc
|
||||||
user/
|
user/
|
||||||
forum_post.php
|
forum_post.php
|
||||||
|
|
||||||
|
Bernd 14 Jun 2011
|
||||||
|
- API: fix install headers in Makefile.mingw
|
||||||
|
|
||||||
|
lib/
|
||||||
|
Makefile.mingw
|
||||||
|
|
|
@ -27,8 +27,7 @@ HEADERS = $(BOINC_SRC)/version.h \
|
||||||
$(BOINC_SRC)/lib/util.h \
|
$(BOINC_SRC)/lib/util.h \
|
||||||
$(BOINC_SRC)/lib/coproc.h \
|
$(BOINC_SRC)/lib/coproc.h \
|
||||||
$(BOINC_SRC)/lib/cal_boinc.h \
|
$(BOINC_SRC)/lib/cal_boinc.h \
|
||||||
$(BOINC_SRC)/lib/cl.h \
|
$(BOINC_SRC)/lib/cl_boinc.h \
|
||||||
$(BOINC_SRC)/lib/cl_platform.h \
|
|
||||||
$(BOINC_SRC)/lib/svn_version.h \
|
$(BOINC_SRC)/lib/svn_version.h \
|
||||||
$(BOINC_SRC)/win_build/config.h \
|
$(BOINC_SRC)/win_build/config.h \
|
||||||
$(BOINC_SRC)/lib/str_util.h
|
$(BOINC_SRC)/lib/str_util.h
|
||||||
|
|
Loading…
Reference in New Issue