~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-04-09 01:50:49 UTC
  • mfrom: (971.3.21 eday-dev)
  • Revision ID: brian@gaz-20090409015049-ohyn58r972hkccj2
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
                drizzle_rows.h \
28
28
                libdrizzle.h \
29
29
                libdrizzle_priv.h \
 
30
                oldlibdrizzle.h \
30
31
                errmsg.h \
31
32
                net_serv.h \
32
33
                options.h \
34
35
                password.h \
35
36
                vio.h
36
37
 
37
 
noinst_LTLIBRARIES= libdrizzleclient.la
38
 
libdrizzleclient_la_SOURCES= \
 
38
noinst_LTLIBRARIES= liboldlibdrizzle.la
 
39
liboldlibdrizzle_la_SOURCES= \
39
40
                client.cc \
40
41
                drizzle.cc \
41
42
                drizzle_data.cc \
42
43
                errmsg.cc \
43
44
                libdrizzle.cc \
 
45
                oldlibdrizzle.cc \
44
46
                libdrizzle_priv.cc \
45
47
                net_serv.cc \
46
48
                pack.cc \
48
50
                vio.cc \
49
51
                viosocket.cc
50
52
 
51
 
libdrizzleclient_la_LIBADD = $(LIBZ)
 
53
liboldlibdrizzle_la_LIBADD = $(LIBZ)
52
54