aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-11-30 00:45:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-11-30 00:45:20 +0000
commita9a99aa203f428ece3e19e8dd532cd6cc2cef780 (patch)
tree15c999a50c233a8920bf3368fb9136c36ae424be /lib
parent1d1efb1c8281b9079817e7c2ac67743118a01dd0 (diff)
downloadanubis-a9a99aa203f428ece3e19e8dd532cd6cc2cef780.tar.gz
anubis-a9a99aa203f428ece3e19e8dd532cd6cc2cef780.tar.bz2
Added automake stuff
Diffstat (limited to 'lib')
-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.