~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
# This file is public domain and comes with NO WARRANTY of any kind
17
17
 
18
 
AM_CPPFLAGS =           -I$(top_builddir)/include \
19
 
                                        -I$(top_srcdir)/include 
20
 
 
21
18
LDADD=                          $(top_builddir)/libdrizzle/libdrizzle.la -lz
22
19
 
23
20