11 lines
269 B
Makefile
11 lines
269 B
Makefile
|
|
AUTOMAKE_OPTIONS = nostdinc
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(includedir)
|
|
|
|
lib_LTLIBRARIES = libqsescm.la
|
|
|
|
libqsescm_la_SOURCES = scm.h scm.c err.c
|
|
libqsescm_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined
|
|
libqsescm_la_LIBADD = -lqsecmn
|