~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-30 18:03:54 UTC
  • mto: (236.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730180354-c428jes5a89ob7d7
Ding dong include is dead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
LDADD=                          $(top_builddir)/libdrizzle/libdrizzle.la -lz
19
19
 
20
20
 
21
 
noinst_HEADERS =        completion_hash.h my_readline.h client_priv.h
 
21
noinst_HEADERS =        completion_hash.h \
 
22
                        my_readline.h \
 
23
                        client_priv.h \
 
24
                        errname.h
22
25
 
23
26
CLEANFILES =            $(BUILT_SOURCES)
24
27