~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/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:
60
60
conf_to_src_LDADD=
61
61
#force static linking of conf_to_src - essential when linking against
62
62
#custom installation of libc
63
 
conf_to_src_LDFLAGS= @NOINST_LDFLAGS@
 
63
conf_to_src_LDFLAGS=
64
64
 
65
65
# This is because the dependency tracking misses @FOO@ vars in sources.
66
66
#strtoull.o:            @CHARSET_OBJS@
67
67
 
68
68
 
69
 
FLAGS=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) @NOINST_LDFLAGS@
 
69
FLAGS=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
70
70
 
71
71
str_test: str_test.c $(pkglib_LIBRARIES)
72
72
        $(LINK) $(FLAGS) -DMAIN $(INCLUDES) $(srcdir)/str_test.c $(LDADD) $(pkglib_LIBRARIES)