Add lib_LIBRARIES option to Makefile.am
This commit is contained in:
parent
cdbfb2f05b
commit
6c651cb1ef
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
lib_LTLIBRARIES=libr3.la
|
||||
libr3_la_SOURCES=node.c edge.c list.c str.c token.c
|
||||
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)
|
||||
AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include -Wall
|
||||
|
@ -10,5 +11,4 @@ if GRAPHVIZ
|
|||
AM_CFLAGS += =$(GVC_DEPS_CFLAGS)
|
||||
endif
|
||||
|
||||
|
||||
# AM_CFLAGS=$(DEPS_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue