From 6c651cb1ef9d553006c2ce9b4c60d1fb810fc3c7 Mon Sep 17 00:00:00 2001 From: c9s Date: Sun, 18 May 2014 09:32:14 +0800 Subject: [PATCH] Add lib_LIBRARIES option to Makefile.am --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1b5d3b6..a7fb90b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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)