~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.am

  • Committer: Brian Aker
  • Date: 2010-08-05 20:36:08 UTC
  • mto: This revision was merged to the branch mainline in revision 1688.
  • Revision ID: brian@gaz-20100805203608-x58a19ewat64ui4t
Fixes for boost thread compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
test_archive_LDADD = \
18
18
                        $(top_builddir)/plugin/archive/libazio.la \
19
19
                        $(LDADD) \
 
20
                        $(BOOST_LIBS) \
20
21
                        $(LIBINTL) \
21
22
                        $(LTLIBZ)
22
23