~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-08-03 22:14:59 UTC
  • Revision ID: brian@tangent.org-20080803221459-gz8on1zlp22dbr9d
First pass on PAM auth

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
drizzledincludedir = ${includedir}/drizzled
53
53
dist_drizzledinclude_HEADERS =  error.h \
54
54
                                plugin.h \
 
55
                                plugin_authentication.h \
55
56
                                plugin_audit.h
56
57
 
57
58
noinst_LTLIBRARIES = libhandler.la
72
73
                 $(LIBDL_LIBS) $(LIBEVENT_LIBS)
73
74
 
74
75
noinst_HEADERS = item.h \
 
76
                 authentication.h \
75
77
                 item_func.h \
76
78
                 item_sum.h \
77
79
                 item_cmpfunc.h \
129
131
                 probes.h
130
132
 
131
133
drizzled_SOURCES = sql_lex.cc \
 
134
                   authentication.cc \
132
135
                   sql_handler.cc \
133
136
                   item.cc \
134
137
                   item_sum.cc \