diff options
Diffstat (limited to '')
-rw-r--r-- | util/Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index c695db586..acb8f05cb 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,5 +1,8 @@ ## Process this file with automake to produce Makefile.in +# Those 2 files are in the CVS but currently not used. +EXTRA_DIST = xmalloc.c xmalloc.h logging.c logging.c + INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl noinst_LTLIBRARIES = libutil.la @@ -7,8 +10,12 @@ noinst_LTLIBRARIES = libutil.la libutil_la_LDFLAGS = libutil_la_SOURCES = logger.c fileutil.c miscutil.c strgutil.c \ - ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c \ - dotlock.c http.c simple-gettext.c + ttyio.c memory.c secmem.c errors.c iobuf.c \ + dotlock.c http.c simple-gettext.c \ + libutil-config.h \ + mischelp.h \ + stringhelp.h stringhelp.c \ + argparse.h argparse.c http-test: http.c @@ -17,3 +24,5 @@ http-test: http.c + + |