~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-06-30 19:58:51 UTC
  • Revision ID: brian@tangent.org-20080630195851-mkf52emj04anr5ro
Clean up of configure.in

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
pkglib_LIBRARIES =      libheap.a
30
30
noinst_PROGRAMS =       hp_test1 hp_test2
31
31
noinst_LIBRARIES =      libheap.a
32
 
hp_test1_LDFLAGS = @NOINST_LDFLAGS@
 
32
hp_test1_LDFLAGS = 
33
33
hp_test1_LDADD =        libheap.a \
34
34
                        $(top_builddir)/mysys/libmysys.a \
35
35
                        $(top_builddir)/dbug/libdbug.a \
36
36
                        $(top_builddir)/strings/libmystrings.a
37
 
hp_test2_LDFLAGS = @NOINST_LDFLAGS@
 
37
hp_test2_LDFLAGS = 
38
38
hp_test2_LDADD =        libheap.a \
39
39
                        $(top_builddir)/mysys/libmysys.a \
40
40
                        $(top_builddir)/dbug/libdbug.a \