~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/include.am

  • Committer: Brian Aker
  • Date: 2011-12-23 20:13:32 UTC
  • mto: (2478.1.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2482.
  • Revision ID: brian@tangent.org-20111223201332-fr37eu91nqpkaryt
Cleanup yacc include, remove dead PC file, and put in the basics for RPM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
libdrizzle_2_0_libdrizzle_2_0_la_LDFLAGS= \
71
71
                                          $(AM_LDFLAGS) \
72
 
                                          $(GCOV_LIBS) \
73
 
                                          -version-info \
74
 
                                          $(LIBDRIZZLE_LIBRARY_VERSION)
75
 
 
 
72
                                          $(GCOV_LIBS)
76
73
libdrizzle_2_0_libdrizzle_2_0_la_SOURCES= \
77
74
                                          libdrizzle-2.0/column.cc \
78
75
                                          libdrizzle-2.0/command.cc \