Commit 79cd36be 79cd36bed981ac58c80d308424b455f6a69e400b by Sergey Poznyakoff

getopt.h moved from lib to include/mailutils/gnu

1 parent 72dc5a33
......@@ -3,4 +3,4 @@
# See file COPYING in the distribution root directory for copying conditions.
gnudir = $(pkgincludedir)/gnu
gnu_HEADERS = argp.h
gnu_HEADERS = argp.h getopt.h
......
......@@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libmailutils.la
SUBDIRS = posix
INCLUDES = -I${top_srcdir}/include
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/gnu
libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
mu_dbm.c xstrdup.c xmalloc.c \
pin.c
......@@ -16,7 +16,7 @@ EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
strcasecmp.c strsignal.c xstrtol.c vasprintf.c \
utmp.c
noinst_HEADERS = error.h fnmatch.h getopt.h md5.h \
noinst_HEADERS = error.h fnmatch.h md5.h \
mu_dbm.h\
regex.h snprintf.h xalloc.h xstrtol.h obstack.h \
mu_asprintf.h
......