~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to support-files/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-18 07:24:54 UTC
  • mto: This revision was merged to the branch mainline in revision 714.
  • Revision ID: monty@bitters-20081218072454-8pnep622damjgqli
Fixed one more my_time thing.

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
pkgconfigdir = $(libdir)/pkgconfig
 
19
pkgconfig_DATA = libdrizzle.pc
 
20
 
 
21
# Default same as 'pkgdatadir', but we can override it
 
22
pkgsuppdir =            $(datadir)/@PACKAGE@
 
23
 
 
24
pkgsupp_DATA =          drizzle-log-rotate
 
25
 
 
26
pkgsupp_SCRIPTS =       drizzle.server 
 
27
 
 
28
aclocaldir =            $(datadir)/aclocal
 
29
aclocal_DATA =          drizzle.m4
 
30
 
 
31
EXTRA_DIST =            drizzle.m4
 
32