Commit a0f48f7c a0f48f7c8787d42408a1301f0e462f7c59193723 by Sergey Poznyakoff

Always compile pin.c

1 parent 24581a12
...@@ -6,13 +6,13 @@ SUBDIRS = posix ...@@ -6,13 +6,13 @@ SUBDIRS = posix
6 INCLUDES = -I${top_srcdir}/include 6 INCLUDES = -I${top_srcdir}/include
7 libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ 7 libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
8 mu_dbm.c getline.c xstrdup.c xmalloc.c argcv.c \ 8 mu_dbm.c getline.c xstrdup.c xmalloc.c argcv.c \
9 mu_argp.c 9 mu_argp.c pin.c
10 10
11 EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ 11 EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
12 realloc.c setenv.c snprintf.c strchrnul.c strndup.c strnlen.c strncasecmp.c \ 12 realloc.c setenv.c snprintf.c strchrnul.c strndup.c strnlen.c strncasecmp.c \
13 strcasecmp.c strtok_r.c strsignal.c xstrtol.c vasprintf.c \ 13 strcasecmp.c strtok_r.c strsignal.c xstrtol.c vasprintf.c \
14 argp-ba.c argp-eexst.c argp-fmtstream.c argp-fs-xinl.c \ 14 argp-ba.c argp-eexst.c argp-fmtstream.c argp-fs-xinl.c \
15 argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c pin.c 15 argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c
16 16
17 noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h mu_dbm.h\ 17 noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h mu_dbm.h\
18 regex.h snprintf.h xalloc.h xstrtol.h obstack.h mu_argp.h \ 18 regex.h snprintf.h xalloc.h xstrtol.h obstack.h mu_argp.h \
......