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
|
2008-05-28 01:38:39 +00:00
|
|
|
pkginclude_HEADERS = boinc_db.h db_base.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
|
2006-10-16 22:39:27 +00:00
|
|
|
EXTRA_DIST = constraints.sql schema.sql init_db
|