diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index acb8f05cb..7668de61e 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,21 +1,14 @@ ## 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 +EXTRA_DIST = README noinst_LTLIBRARIES = libutil.la - libutil_la_LDFLAGS = libutil_la_SOURCES = logger.c fileutil.c miscutil.c strgutil.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 + ttyio.c errors.c iobuf.c \ + http.c simple-gettext.c http-test: http.c |