~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
# Copyright (C) 2000-2001, 2003-2006 MySQL AB
2
#
3
# This library is free software; you can redistribute it and/or
4
# modify it under the terms of the GNU Library General Public
5
# License as published by the Free Software Foundation; version 2
6
# of the License.
7
#
8
# This library is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11
# Library General Public License for more details.
12
#
13
# You should have received a copy of the GNU Library General Public
14
# License along with this library; if not, write to the Free
15
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
16
# MA 02111-1307, USA
17
77.1.28 by Monty Taylor
Removed a crapload of files I hate.
18
pkgconfigdir = $(libdir)/pkgconfig
77.1.38 by Monty Taylor
Renamed more stuff to drizzle.
19
pkgconfig_DATA = libdrizzle.pc
1 by brian
clean slate
20
21
# Default same as 'pkgdatadir', but we can override it
22
pkgsuppdir =		$(datadir)/@PACKAGE@
23
77.1.38 by Monty Taylor
Renamed more stuff to drizzle.
24
pkgsupp_DATA =		drizzle-log-rotate
1 by brian
clean slate
25
77.1.38 by Monty Taylor
Renamed more stuff to drizzle.
26
pkgsupp_SCRIPTS =	drizzle.server 
1 by brian
clean slate
27
28
aclocaldir =		$(datadir)/aclocal
77.1.38 by Monty Taylor
Renamed more stuff to drizzle.
29
aclocal_DATA =		drizzle.m4
1 by brian
clean slate
30
312.1.14 by Monty Taylor
Fixed bug#257694 - added various files to EXTRA_DIST and noinst_HEADERS to make make distcheck (and with-it out-of-tree builds) work.
31
EXTRA_DIST =		drizzle.m4
32