~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/include.am

  • Committer: Monty Taylor
  • Date: 2010-02-16 07:05:28 UTC
  • mto: (1471.3.2 drizzled-as-lib)
  • mto: This revision was merged to the branch mainline in revision 1479.
  • Revision ID: mordred@inaugust.com-20100216070528-psvrbp9r3ue4tsh8
Changed build to build the almost all of drizzle into libdrizzled and then
have a small main.cc program which links in libdrizzled. This will allow us
to easily track exported API symbols and symbol changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
 
6
6
extra_my_print_defaults_SOURCES= extra/my_print_defaults.cc
7
 
extra_my_print_defaults_LDADD= \
8
 
                drizzled/internal/libinternal.la \
9
 
                gnulib/libgnu.la \
10
 
                $(LIBINTL)
 
7
extra_my_print_defaults_LDADD= $(CLIENT_LDADD)