summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am2
-rw-r--r--mailbox/Makefile.am2
-rw-r--r--mailbox/getopt.c (renamed from lib/getopt.c)0
-rw-r--r--mailbox/getopt1.c (renamed from lib/getopt1.c)0
4 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5832e1704..110dde5fe 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -20,7 +20,7 @@
noinst_LTLIBRARIES = libmailutils.la
INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@
-libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
+libmailutils_la_SOURCES = basename.c daemon.c md5.c \
mu_dbm.c xstrdup.c xmalloc.c
EXTRA_DIST = alloca.c fnmatch.c getpass.c malloc.c obstack.c \
diff --git a/mailbox/Makefile.am b/mailbox/Makefile.am
index cd0451c72..83278a4c9 100644
--- a/mailbox/Makefile.am
+++ b/mailbox/Makefile.am
@@ -34,7 +34,7 @@ EXTRA_DIST = strtok_r.c \
strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c \
argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c \
argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c regex.c \
- fgetpwent.c
+ fgetpwent.c getopt.c getopt1.c
noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h
diff --git a/lib/getopt.c b/mailbox/getopt.c
index e852127f6..e852127f6 100644
--- a/lib/getopt.c
+++ b/mailbox/getopt.c
diff --git a/lib/getopt1.c b/mailbox/getopt1.c
index 49ca5b067..49ca5b067 100644
--- a/lib/getopt1.c
+++ b/mailbox/getopt1.c

Return to:

Send suggestions and report system problems to the System administrator.