From db9c3662f83ce4ea1029bac1cf0071ab2107844c Mon Sep 17 00:00:00 2001 From: c9s Date: Sun, 18 May 2014 07:35:16 +0800 Subject: [PATCH] Update Makefile.in --- src/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 8f9af8f..73140e5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -123,7 +123,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libr3_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -am_libr3_la_OBJECTS = node.lo edge.lo list.lo str.lo token.lo gvz.lo +am_libr3_la_OBJECTS = node.lo edge.lo list.lo str.lo token.lo gvc.lo libr3_la_OBJECTS = $(am_libr3_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -312,7 +312,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ lib_LTLIBRARIES = libr3.la -libr3_la_SOURCES = node.c edge.c list.c str.c token.c gvz.c +libr3_la_SOURCES = node.c edge.c list.c str.c token.c gvc.c libr3_la_LIBADD = $(DEPS_LIBS) AM_CFLAGS = $(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include all: all-am @@ -395,7 +395,7 @@ distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edge.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvz.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/node.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Plo@am__quote@