Add lib_LIBRARIES option to Makefile.am

This commit is contained in:
c9s 2014-05-18 09:32:14 +08:00
parent cdbfb2f05b
commit 6c651cb1ef

View file

@ -1,4 +1,5 @@
lib_LTLIBRARIES = libr3.la
lib_LIBRARIES = libr3.a
libr3_la_SOURCES = node.c edge.c list.c str.c token.c
libr3_la_LIBADD=$(DEPS_LIBS)
@ -10,5 +11,4 @@ if GRAPHVIZ
AM_CFLAGS += =$(GVC_DEPS_CFLAGS)
endif
# AM_CFLAGS=$(DEPS_CFLAGS)