mirror of https://github.com/BOINC/boinc.git
Install boinc_zip.h as part of normal Make install
svn path=/trunk/boinc/; revision=4628
This commit is contained in:
parent
335242811e
commit
eced0db04a
|
@ -20029,7 +20029,7 @@ Rom 22 Nov 2004
|
||||||
|
|
||||||
Bruce 23 Nov 2004 UTC
|
Bruce 23 Nov 2004 UTC
|
||||||
- Build boinc zip compression library as part of normal ./configure && make process
|
- Build boinc zip compression library as part of normal ./configure && make process
|
||||||
- make install now installs libboinc_zip.a as part of normal make install
|
- make install now installs libboinc_zip.a and boinc_zip.h as part of normal make install
|
||||||
- Unix boinc client and boinc gui had the same name, eg boinc_4.56_i686-pc-linux-gnu
|
- Unix boinc client and boinc gui had the same name, eg boinc_4.56_i686-pc-linux-gnu
|
||||||
I have changed this so that it is now boinc_client_4.56_i686-pc-linux-gnu and
|
I have changed this so that it is now boinc_client_4.56_i686-pc-linux-gnu and
|
||||||
boinc_gui_4.56_i686-pc-linux-gnu. If the change from boinc_ to boinc_client_
|
boinc_gui_4.56_i686-pc-linux-gnu. If the change from boinc_ to boinc_client_
|
||||||
|
|
|
@ -10,6 +10,7 @@ AM_CPPFLAGS = -pthread \
|
||||||
|
|
||||||
##noinst_PROGRAMS = test
|
##noinst_PROGRAMS = test
|
||||||
lib_LIBRARIES = libboinc_zip.a
|
lib_LIBRARIES = libboinc_zip.a
|
||||||
|
include_HEADERS = boinc_zip.h
|
||||||
|
|
||||||
libboinc_zip_a_SOURCES = boinc_zip.cpp \
|
libboinc_zip_a_SOURCES = boinc_zip.cpp \
|
||||||
./unzip/apihelp.c \
|
./unzip/apihelp.c \
|
||||||
|
|
Loading…
Reference in New Issue