~drizzle-trunk/drizzle/development

1286.1.2 by Brian Aker
Added very basic RPM support.
1
# vim:ft=automake
2
1 by brian
clean slate
3
# Copyright (C) 2000-2001, 2003-2006 MySQL AB
1286.1.2 by Brian Aker
Added very basic RPM support.
4
# Copyright (C) Brian Aker
1 by brian
clean slate
5
#
6
# This library is free software; you can redistribute it and/or
7
# modify it under the terms of the GNU Library General Public
8
# License as published by the Free Software Foundation; version 2
9
# of the License.
10
#
11
# This library is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
# Library General Public License for more details.
15
#
16
# You should have received a copy of the GNU Library General Public
17
# License along with this library; if not, write to the Free
1802.10.2 by Monty Taylor
Update all of the copyright headers to include the correct address.
18
# Software Foundation, Inc., 51 Franklin Place - Suite 330, Boston,
19
# MA 02110-1301, USA
1 by brian
clean slate
20
1286.1.2 by Brian Aker
Added very basic RPM support.
21
EXTRA_DIST+= \
22
	     support-files/smf/drizzle \
23
	     support-files/smf/drizzle.xml \
2107.2.1 by Andrew Hutchings
Drop most of the RPM generation stuff, it is all in pkg-drizzle project now
24
	     support-files/smf/install.sh 
2157.2.2 by Monty Taylor
Actually distribute the pc files.
25
26
pkgconfigdir= $(libdir)/pkgconfig
27
pkgconfig_DATA= \
28
		support-files/drizzle7.pc \
2244.1.1 by Monty Taylor
Split libdrizzle into 1.0 and 2.0. Applied the C++ changes to 2.0 branch.
29
		support-files/libdrizzle-1.0.pc \
30
		support-files/libdrizzle-2.0.pc