~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to support-files/Makefile.am

Reverted 1103

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# vim:ft=automake
2
 
 
3
1
# Copyright (C) 2000-2001, 2003-2006 MySQL AB
4
 
# Copyright (C) Brian Aker
5
2
#
6
3
# This library is free software; you can redistribute it and/or
7
4
# modify it under the terms of the GNU Library General Public
15
12
#
16
13
# You should have received a copy of the GNU Library General Public
17
14
# License along with this library; if not, write to the Free
18
 
# Software Foundation, Inc., 51 Franklin Place - Suite 330, Boston,
19
 
# MA 02110-1301, USA
20
 
 
21
 
EXTRA_DIST+= \
22
 
             support-files/smf/drizzle \
23
 
             support-files/smf/drizzle.xml \
24
 
             support-files/smf/install.sh 
25
 
 
26
 
pkgconfigdir= $(libdir)/pkgconfig
27
 
pkgconfig_DATA= \
28
 
                support-files/drizzle7.pc \
29
 
                support-files/libdrizzle.pc
 
15
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
16
# MA 02111-1307, USA
 
17
 
 
18
SUBDIRS = smf
 
19
 
 
20
pkgconfigdir = $(libdir)/pkgconfig
 
21
 
 
22
# Default same as 'pkgdatadir', but we can override it
 
23
pkgsuppdir =            $(datadir)/@PACKAGE@
 
24
 
 
25
pkgsupp_DATA =          drizzle-log-rotate
 
26
 
 
27
pkgsupp_SCRIPTS =       drizzle.server 
 
28
 
 
29
aclocaldir =            $(datadir)/aclocal
 
30
aclocal_DATA =          drizzle.m4
 
31
 
 
32
EXTRA_DIST =            drizzle.m4
 
33