required dot version
This commit is contained in:
parent
02197595c9
commit
607f209425
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ Requirement
|
|||
* check
|
||||
* pcre
|
||||
* jemalloc
|
||||
* graphviz version 2.38.0 (20140413.2041)
|
||||
|
||||
Pattern Syntax
|
||||
-----------------------
|
||||
|
|
|
@ -314,7 +314,7 @@ top_srcdir = @top_srcdir@
|
|||
lib_LTLIBRARIES = libr3.la
|
||||
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 -Wall
|
||||
AM_CFLAGS = $(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include -Wall -std=c99
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
|
Loading…
Reference in a new issue