diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..ccc509e --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,9 @@ +include_HEADERS = rlib.h rep.h +lib_LTLIBRARIES = librlib.la + +librlib_la_CFLAGS = -I${top_srcdir} -I/usr/local/include +librlib_la_SOURCES = compile.c execute.c execute.h priv.h ops.h rlib.c \ +../common/xstring.c ../common/compat.c ../common/binfile.c ../common/repfile.c +librlib_la_LDFLAGS = -version-info 2:3 + +EXTRA_DIST = rlib.dsp
\ No newline at end of file |