~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-14 03:04:13 UTC
  • mfrom: (77.1.90 codestyle)
  • Revision ID: brian@tangent.org-20080714030413-dpv6opb0eoy1rd3f
Merging Monty's code, I did remove error on compile though (since it does
not currently work because of sql_plugin.cc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
# This file is public domain and comes with NO WARRANTY of any kind
22
22
 
23
 
AM_CPPFLAGS =   -I$(top_builddir)/include -I$(top_srcdir)/vio -I$(top_srcdir)/mysys -I$(top_builddir)/sql-common
24
 
 
25
 
if BUILD_DBUG
26
 
  d_dbug = $(top_builddir)/dbug/libdbuglt.la
27
 
endif
 
23
AM_CPPFLAGS =   -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/vio -I$(top_srcdir)/mysys
28
24
 
29
25
MYSQLDATAdir =                  $(localstatedir)
30
26
MYSQLSHAREdir =                 $(pkgdatadir)
32
28
 
33
29
pkglib_LTLIBRARIES = libdrizzle.la
34
30
libdrizzle_la_SOURCES = libdrizzle.c client.c net_serv.c get_password.c
35
 
libdrizzle_la_LIBADD = ${sql_cmn_objects} ${sqlobjects} \
36
 
                           ${top_builddir}/mysys/libmysyslt.la \
37
 
                           ${top_builddir}/strings/libmystringslt.la \
38
 
                           $(d_dbug) \
39
 
                           libsqlcommon.la \
40
 
                           ${top_builddir}/vio/libviolt.la 
 
31
libdrizzle_la_LIBADD =  ${sql_cmn_objects} ${sqlobjects} \
 
32
                        ${top_builddir}/mysys/libmysyslt.la \
 
33
                        ${top_builddir}/strings/libmystringslt.la \     
 
34
                        libsqlcommon.la \
 
35
                        ${top_builddir}/vio/libviolt.la 
41
36
libdrizzle_la_LDFLAGS = -version-info @SHARED_LIB_VERSION@ @LD_VERSION_SCRIPT@ 
42
37
 
43
38
noinst_LTLIBRARIES = libsqlcommon.la