Commit 19c0ff17 19c0ff1748a43f38663c64ade1e8ace6505d6f04 by Sergey Poznyakoff

(AM_CFLAGS): Define GNULIB_ARGP_DISABLE_DIRNAME

(EXTRA_DIST): Remove pin.c
1 parent b490f6d8
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 19
20 INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@ 20 INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@
21 21
22 AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" 22 AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" -DGNULIB_ARGP_DISABLE_DIRNAME=1
23 YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap 23 YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap
24 AM_YFLAGS=-vt 24 AM_YFLAGS=-vt
25 25
...@@ -30,7 +30,7 @@ lib_LTLIBRARIES = libmailutils.la ...@@ -30,7 +30,7 @@ lib_LTLIBRARIES = libmailutils.la
30 localedir = $(datadir)/locale 30 localedir = $(datadir)/locale
31 DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" 31 DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
32 32
33 EXTRA_DIST = @MU_EXTRA_DIST@ errors muerrno.cin parsedate.y pin.c fgetpwent.c 33 EXTRA_DIST = @MU_EXTRA_DIST@ errors muerrno.cin parsedate.y fgetpwent.c
34 34
35 libmailutils_la_SOURCES = \ 35 libmailutils_la_SOURCES = \
36 address.c \ 36 address.c \
...@@ -66,6 +66,8 @@ mime.c \ ...@@ -66,6 +66,8 @@ mime.c \
66 monitor.c \ 66 monitor.c \
67 mu_argp.c \ 67 mu_argp.c \
68 mu_auth.c \ 68 mu_auth.c \
69 mu_umaxtostr.h \
70 mu_umaxtostr.c \
69 munre.c \ 71 munre.c \
70 mutil.c \ 72 mutil.c \
71 muerror.c \ 73 muerror.c \
...@@ -118,7 +120,8 @@ MOSTLYCLEANFILES += alloca.h alloca.h-t ...@@ -118,7 +120,8 @@ MOSTLYCLEANFILES += alloca.h alloca.h-t
118 120
119 libmailutils_la_SOURCES += argp.h argp-ba.c argp-eexst.c \ 121 libmailutils_la_SOURCES += argp.h argp-ba.c argp-eexst.c \
120 argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \ 122 argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
121 argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c 123 argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
124 argp-xinl.c
122 125
123 126
124 127
...@@ -134,6 +137,8 @@ glob.h: glob_.h ...@@ -134,6 +137,8 @@ glob.h: glob_.h
134 mv $@-t $@ 137 mv $@-t $@
135 MOSTLYCLEANFILES += glob.h glob.h-t 138 MOSTLYCLEANFILES += glob.h glob.h-t
136 139
140 EXTRA_DIST += inttostr.c
141
137 142
138 BUILT_SOURCES += $(FNMATCH_H) 143 BUILT_SOURCES += $(FNMATCH_H)
139 EXTRA_DIST += fnmatch_.h fnmatch_loop.c 144 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
...@@ -217,4 +222,4 @@ libmailutils_la_SOURCES += vsnprintf.h ...@@ -217,4 +222,4 @@ libmailutils_la_SOURCES += vsnprintf.h
217 222
218 libmailutils_la_SOURCES += xsize.h 223 libmailutils_la_SOURCES += xsize.h
219 224
220 EXTRA_DIST += fnmatch.c getline.c getline.c getline.h getline.c getndelim2.c getopt.c getopt1.c md5.c md5.h md5.c mempcpy.c mempcpy.h mempcpy.c regex.c strcasecmp.c strncasecmp.c strchrnul.c strndup.c strndup.h strndup.c strnlen.c strnlen.h strnlen.c strtok_r.c vasnprintf.c printf-args.c printf-parse.c asnprintf.c vsnprintf.c unlocked-io.h getdelim.c getdelim.h getdelim.c mbchar.c memchr.c getlogin_r.c getlogin_r.c glob.c glob_.h glob-libc.h glob.c stat-macros.h strdup.c strdup.h strdup.c 225 EXTRA_DIST += dirname.c dirname.h dirname.c strcasecmp.c strncasecmp.c unlocked-io.h getndelim2.c xstrtol.c xstrtol.h xstrtoul.c intprops.h xstrtol.c xstrtoul.c fnmatch.c getdelim.c getdelim.h getdelim.c getopt.c getopt1.c mbchar.c memchr.c mempcpy.c mempcpy.h mempcpy.c getlogin_r.c getlogin_r.c inttostr.c inttostr.h intprops.h imaxtostr.c offtostr.c umaxtostr.c imaxtostr.c offtostr.c umaxtostr.c regex.c stat-macros.h strchrnul.c strdup.c strdup.h strdup.c strndup.c strndup.h strndup.c strnlen.c strnlen.h strnlen.c strtok_r.c vasnprintf.c printf-args.c printf-parse.c asnprintf.c vsnprintf.c getline.c getline.c getline.h getline.c glob.c glob_.h glob-libc.h glob.c md5.c md5.h md5.c
......