~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Lee
  • Date: 2009-01-06 20:24:58 UTC
  • mfrom: (759 drizzle)
  • mto: This revision was merged to the branch mainline in revision 763.
  • Revision ID: lbieber@lbieber-desktop-20090106202458-82n4kyftrnakvl4r
merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
drizzle_SOURCES =               drizzle.cc readline.cc completion_hash.cc
40
40
drizzle_LDADD =                 $(READLINE_LIBS) $(TERMCAP_LIBS)  \
41
 
                                $(NCURSES_LIBS) \
42
41
                                $(LDADD) $(CXXLDFLAGS)
43
42
drizzle_CXXFLAGS =              ${AM_CXXFLAGS} ${READLINE_CFLAGS} \
44
43
                                ${W_EXCEPTIONS}