X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=Makefile.am;h=7cbb6655d08e82fbdc6acfbe8d84a76e3ce26f69;hp=c6ab853086cd4f7ab3eb55d48d04c83cdbe78b75;hb=1d2617e5d89468db7cd1b93fd2b31af73cd7c8ff;hpb=777dc6d5374fd154ac626421c813961b8ab18f2d diff --git a/Makefile.am b/Makefile.am index c6ab853..7cbb665 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,8 @@ if BUILD_NNTP NNTP_SUBDIR = nntp endif -SUBDIRS = tools intl m4 po $(XXXXXXXXXXXX_doc) apidoc contrib \ - lib-lua lib-mime lib-lib lib-mx lib-crypt lib-hash lib-sys lib-ui \ +SUBDIRS = tools intl m4 po $(XXXXXXXXXXXX_doc) apidoc \ + lib-lua lib-mime lib-lib lib-mx lib-hash lib-sys lib-ui \ pop imap $(NNTP_SUBDIR) BUILT_SOURCES = keymap_defs.h charset.gperf @@ -18,14 +18,13 @@ DISTCLEANFILES = $(BUILT_SOURCES) bin_PROGRAMS = madmutt madmutt_dotlock smime_keysng madmutt_SOURCES = $(BUILT_SOURCES) \ alias.c attach.c base64.c browser.c buffy.c charset.c commands.c \ - compose.c copy.c editmsg.c init.c keymap.c lib.c \ + compose.c copy.c crypt.c editmsg.c init.c keymap.c \ flags.c from.c handler.c headers.c help.c hook.c \ main.c muttlib.c mutt_idna.c pager.c pattern.c postpone.c recvattach.c recvcmd.c \ score.c send.c sendlib.c sort.c state.c thread.c account.c remailer.c madmutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ \ $(top_builddir)/lib-mime/libmime.a \ - $(top_builddir)/lib-crypt/libcrypt.a \ $(top_builddir)/lib-mx/libmx.a \ $(top_builddir)/imap/libimap.a \ $(top_builddir)/pop/libpop.a \ @@ -42,7 +41,6 @@ madmutt_DEPENDENCIES = \ @MUTT_LIB_OBJECTS@ @LIBOBJS@ \ $(top_builddir)/lib-lib/liblib.a \ $(top_builddir)/lib-mime/libmime.a \ - $(top_builddir)/lib-crypt/libcrypt.a \ $(top_builddir)/lib-hash/libhash.a \ $(top_builddir)/lib-sys/libsys.a \ $(top_builddir)/lib-ui/libui.a \ @@ -74,11 +72,11 @@ EXTRA_madmutt_SOURCES = \ EXTRA_DIST = config.rpath COPYRIGHT GPL OPS TODO \ configure account.h alias.h attach.h recvattach.h handler.h thread.h \ - buffy.h charset.h copy.h dotlock.h functions.def gen_defs \ + buffy.h charset.h copy.h crypt.c dotlock.h functions.def gen_defs \ recvattach.h handler.h thread.h globals.h init.h keymap.h \ mime.h mutt.h mutt_sasl.h pager.h protos.h \ - sort.h mime.types autogen.sh remailer.c remailer.h browser.h state.h \ - lib.h smime_keys.pl Madmuttrc.head Madmuttrc \ + sort.h autogen.sh remailer.c remailer.h browser.h state.h \ + smime_keys.pl Madmuttrc.head Madmuttrc \ makedoc.c stamp-doc-rc README.SSL depcomp mutt_idna.h mutt_libesmtp.h madmutt_dotlock_SOURCES = dotlock.c @@ -121,10 +119,6 @@ install-data-local: Madmuttrc elif [ ! -f $(DESTDIR)$(sysconfdir)/Madmuttrc ] ; then \ $(INSTALL) -m 644 Madmuttrc $(DESTDIR)$(sysconfdir) ; \ fi - -if [ ! -f $(DESTDIR)$(sysconfdir)/madmutt-mime.types ]; then \ - $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/madmutt-mime.types; \ - fi - update-doc: stamp-doc-rc (cd doc && $(MAKE) update-doc)