X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=Makefile.am;h=04e0322d82c6ee9075f8ef28c50dcd5c9134b72b;hp=319c23edba14f394daf1fde7a11a2989937c973f;hb=ba5e3af4ea19e1d20c80941c077039871ec84258;hpb=c598d6a40f47fba9400589a84ae5573d1a9f74ef diff --git a/Makefile.am b/Makefile.am index 319c23e..04e0322 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,8 @@ muttng_SOURCES = $(BUILT_SOURCES) \ score.c send.c sendlib.c signal.c sort.c \ status.c system.c thread.c charset.c history.c lib.c \ muttlib.c editmsg.c utf8.c mbyte.c wcwidth.c md5c.c \ - url.c ascii.c mutt_idna.c sidebar.c hcache.c crypt-mod.c crypt-mod.h + url.c ascii.c mutt_idna.c sidebar.c hcache.c crypt-mod.c crypt-mod.h \ + xterm.c muttng_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAP) $(LIBPOP) $(LIBNNTP) \ -Llib -lsane $(MUTTLIBS) $(INTLLIBS) $(LIBICONV) @@ -71,7 +72,7 @@ CPPFLAGS=@CPPFLAGS@ -I$(includedir) EXTRA_muttng_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c \ mutt_tunnel.c smime.c pgp.c pgpinvoke.c pgpkey.c \ pgplib.c sha1.c pgpmicalg.c gnupgparse.c resize.c dotlock.c remailer.c \ - browser.h mbyte.h remailer.h url.h mutt_ssl_nss.c \ + browser.h mbyte.h remailer.h url.h \ pgppacket.c mutt_idna.h mutt_libesmtp.c \ sidebar.h crypt-mod-pgp-classic.c crypt-mod-smime-classic.c @@ -157,7 +158,7 @@ install-data-local: Muttngrc elif [ -f $(DESTDIR)$(pkgdatadir)/../Muttngrc ] ; then \ mv $(DESTDIR)$(pkgdatadir)/../Muttngrc* $(DESTDIR)$(sysconfdir) ; \ elif [ ! -f $(DESTDIR)$(sysconfdir)/Muttngrc ] ; then \ - $(INSTALL) -m 644 $(srcdir)/Muttngrc $(DESTDIR)$(sysconfdir) ; \ + $(INSTALL) -m 644 Muttngrc $(DESTDIR)$(sysconfdir) ; \ fi -if [ ! -f $(DESTDIR)$(sysconfdir)/muttng-mime.types ]; then \ $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/muttng-mime.types; \