mirror of https://github.com/BOINC/boinc.git
Install header file boinc_zip.h into include/BOINC/ subdir
svn path=/trunk/boinc/; revision=4629
This commit is contained in:
parent
eced0db04a
commit
686d7356f5
|
@ -10,6 +10,9 @@ AM_CPPFLAGS = -pthread \
|
||||||
|
|
||||||
##noinst_PROGRAMS = test
|
##noinst_PROGRAMS = test
|
||||||
lib_LIBRARIES = libboinc_zip.a
|
lib_LIBRARIES = libboinc_zip.a
|
||||||
|
|
||||||
|
## install header-files with prefix-subdir BOINC/ to avoid name-conflicts
|
||||||
|
includedir = ${prefix}/include/BOINC/
|
||||||
include_HEADERS = boinc_zip.h
|
include_HEADERS = boinc_zip.h
|
||||||
|
|
||||||
libboinc_zip_a_SOURCES = boinc_zip.cpp \
|
libboinc_zip_a_SOURCES = boinc_zip.cpp \
|
||||||
|
|
Loading…
Reference in New Issue