This commit is contained in:
@ -6,5 +6,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
lib_LTLIBRARIES = libaselsp.la
|
||||
|
||||
libaselsp_la_SOURCES = lsp.c err.c env.c eval.c mem.c mem.h misc.c name.c prim.c prim_compar.c prim.h prim_let.c prim_math.c prim_prog.c print.c read.c lsp_i.h env.h misc.h name.h obj.h
|
||||
libaselsp_la_LDFLAGS = -L../cmn -release $(VERSION)
|
||||
libaselsp_la_LDFLAGS = -L../cmn -version-info 1:0:0
|
||||
libaselsp_la_LIBADD = -lasecmn
|
||||
|
@ -194,7 +194,7 @@ AUTOMAKE_OPTIONS = nostdinc
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
lib_LTLIBRARIES = libaselsp.la
|
||||
libaselsp_la_SOURCES = lsp.c err.c env.c eval.c mem.c mem.h misc.c name.c prim.c prim_compar.c prim.h prim_let.c prim_math.c prim_prog.c print.c read.c lsp_i.h env.h misc.h name.h obj.h
|
||||
libaselsp_la_LDFLAGS = -L../cmn -release $(VERSION)
|
||||
libaselsp_la_LDFLAGS = -L../cmn -version-info 1:0:0
|
||||
libaselsp_la_LIBADD = -lasecmn
|
||||
all: all-am
|
||||
|
||||
|
Reference in New Issue
Block a user