~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Brian Aker
  • Date: 2010-01-11 23:50:15 UTC
  • Revision ID: brian@gaz-20100111235015-tukyreg70xiprtnf
Updated Makefile.am to push client rules to include.am

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim:ft=automake
 
2
# included from Top Level Makefile.am
 
3
# All paths should be given relative to the root
 
4
 
1
5
#  Copyright (C) 2008 Sun Microsystems
2
6
3
7
#  This program is free software; you can redistribute it and/or modify
422
426
 
423
427
DRIZZLED_LDADD= \
424
428
                 drizzled/internal/libinternal.la \
425
 
                $(LTLIBDRIZZLE) $(LIBZ) $(LIBINTL) ${LIBC_P}
 
429
                 $(LIBZ) \
 
430
                 $(LIBINTL) \
 
431
                 ${LIBC_P}
426
432
 
427
433
drizzled_drizzled_LDADD= \
428
434
                ${DRIZZLED_LDADD} \