mirror of https://github.com/BOINC/boinc.git
Added include of Makefile.incl and "if INSTALL_HEADERS" around
pkginclude_HEADERS= svn path=/trunk/boinc/; revision=17563
This commit is contained in:
parent
745e90b935
commit
5fe6e9a098
|
@ -1,8 +1,12 @@
|
|||
## -*- mode: makefile; tab-width: 4 -*-
|
||||
## $Id$
|
||||
|
||||
include $(top_srcdir)/Makefile.incl
|
||||
|
||||
## the following headers need to be installed
|
||||
if INSTALL_HEADERS
|
||||
pkginclude_HEADERS = boinc_db.h db_base.h
|
||||
endif
|
||||
|
||||
## other stuff to go into the distribution
|
||||
EXTRA_DIST = constraints.sql schema.sql init_db
|
||||
|
|
Loading…
Reference in New Issue