aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9fee055..07f5bb7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -22,7 +22,23 @@
## compiling, linking, and/or using OpenSSL is allowed.
##
+noinst_LIBRARIES = libanubis.a
+libanubis_a_SOURCES =
+
+EXTRA_DIST = \
+ getopt.h \
+ getopt.c \
+ getopt1.c \
+ gettext.h \
+ lbuf.h \
+ lbuf.c \
+ obstack.h \
+ obstack.c \
+ setenv.c \
+ snprintf.c
+
+libanubis_a_LIBADD = @LIBOBJS@
## EOF

Return to:

Send suggestions and report system problems to the System administrator.