~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-09-16 01:37:05 UTC
  • mto: This revision was merged to the branch mainline in revision 391.
  • Revision ID: monty@inaugust.com-20080916013705-772d1t7rh9ah9j1x
Moved more functions into drizzle.c as part of the split of code.
Added accessor function for drizzle_port.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                                        drizzle_parameters.h
39
39
 
40
40
lib_LTLIBRARIES = libdrizzle.la
41
 
libdrizzle_la_SOURCES = libdrizzle.c \
42
 
                        client.c \
 
41
libdrizzle_la_SOURCES = client.c \
 
42
                        drizzle.c \
 
43
                        errmsg.c \
 
44
                        get_password.c \
 
45
                        libdrizzle.c \
43
46
                        local_infile.c \
44
47
                        net_serv.c \
45
 
                        get_password.c \
46
48
                        pack.c \
47
 
                        errmsg.c \
48
49
                        password.c
49
50
 
50
51
libdrizzle_la_LIBADD =  ${top_builddir}/vio/libviolt.la 
59
60
                        -DUNDEF_THREADS_HACK
60
61
 
61
62
noinst_HEADERS =        gettext.h \
 
63
                        libdrizzle_priv.h \
62
64
                        local_infile.h
63
65
 
64
66
EXTRA_DIST =            libdrizzle.ver