diff options
author | Dave Beckett <dave@dajobe.org> | 2004-09-09 16:11:27 +0000 |
---|---|---|
committer | Dave Beckett <dave@dajobe.org> | 2004-09-09 16:11:27 +0000 |
commit | 78ebdf3a2b0f3c14d41f85dc75b8de722597914d (patch) | |
tree | d8bd1472a3c112596ed46d8f5479df1759636b74 /utils | |
parent | 21bf975ff301b8bfe39cae6715acf473e3c830e1 (diff) | |
download | raptor-78ebdf3a2b0f3c14d41f85dc75b8de722597914d.tar.gz |
Just link raptor_uri_test, raptor_uri_win32_test with raptor_rfc2396.lo
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 6877595b..45c59af8 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -190,11 +190,11 @@ raptor_parse_test: $(srcdir)/raptor_general.c libraptor.la raptor_rfc2396_test: $(srcdir)/raptor_rfc2396.c libraptor.la $(LINK) $(DEFS) $(CPPFLAGS) -I$(srcdir) -I. -DSTANDALONE $(srcdir)/raptor_rfc2396.c libraptor.la $(LIBS) -raptor_uri_test: $(srcdir)/raptor_uri.c libraptor.la - $(LINK) $(DEFS) $(CPPFLAGS) -I$(srcdir) -I. -DSTANDALONE $(srcdir)/raptor_uri.c libraptor.la $(LIBS) +raptor_uri_test: $(srcdir)/raptor_uri.c raptor_rfc2396.lo + $(LINK) $(DEFS) $(CPPFLAGS) -I$(srcdir) -I. -DSTANDALONE $(srcdir)/raptor_uri.c raptor_rfc2396.lo -raptor_uri_win32_test: $(srcdir)/raptor_uri.c libraptor.la - $(LINK) $(DEFS) $(CPPFLAGS) -I$(srcdir) -I. -DSTANDALONE -DWIN32_URI_TEST $(srcdir)/raptor_uri.c libraptor.la $(LIBS) +raptor_uri_win32_test: $(srcdir)/raptor_uri.c raptor_rfc2396.lo + $(LINK) $(DEFS) $(CPPFLAGS) -I$(srcdir) -I. -DSTANDALONE -DWIN32_URI_TEST $(srcdir)/raptor_uri.c raptor_rfc2396.lo raptor_namespace_test: $(srcdir)/raptor_namespace.c libraptor.la $(LINK) $(DEFS) $(CPPFLAGS) -I$(srcdir) -I. -DSTANDALONE $(srcdir)/raptor_namespace.c libraptor.la $(LIBS) |