2008-06-08 22:18:52 +00:00
|
|
|
## -*- mode: makefile; tab-width: 4 -*-
|
2003-06-06 19:00:42 +00:00
|
|
|
## $Id$
|
|
|
|
|
2009-03-09 15:38:21 +00:00
|
|
|
include $(top_srcdir)/Makefile.incl
|
|
|
|
|
2005-09-29 11:56:28 +00:00
|
|
|
## the following headers need to be installed
|
2009-03-09 15:38:21 +00:00
|
|
|
if INSTALL_HEADERS
|
2012-07-10 17:28:04 +00:00
|
|
|
pkginclude_HEADERS = boinc_db.h db_base.h boinc_db_types.h
|
2009-03-09 15:38:21 +00:00
|
|
|
endif
|
2005-09-29 11:56:28 +00:00
|
|
|
|
|
|
|
## other stuff to go into the distribution
|
2013-05-20 22:19:13 +00:00
|
|
|
extradir = $(prefix)/share/boinc-server-maker/db
|
2013-08-25 03:36:49 +00:00
|
|
|
dist_extra_DATA = constraints.sql schema.sql
|
|
|
|
|
|
|
|
dist_extra_SCRIPTS = init_db
|