X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=Makefile.am;h=54167f5388c24e0e9fa1b39787ce211ab60384ed;hp=a1279fbd548aa878d7d091c7f992613fdf9716a6;hb=3ad8157bbbc6b9fae1c3252aad1c07fcccd92004;hpb=2fea7732a573b94a4d5dcf7e641ef067472e9cab diff --git a/Makefile.am b/Makefile.am index a1279fb..54167f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ SUBDIRS = tools intl m4 po \ BUILT_SOURCES = keymap_defs.h charset.gperf DISTCLEANFILES = $(BUILT_SOURCES) -bin_PROGRAMS = madmutt madmutt_dotlock smime_keysng +bin_PROGRAMS = madmutt madmutt_dotlock madmutt_SOURCES = $(BUILT_SOURCES) \ alias.c attach.c base64.c browser.c buffy.c charset.c commands.c \ compose.c copy.c crypt.c editmsg.c init.c keymap.c \ @@ -72,14 +72,13 @@ EXTRA_DIST = config.rpath COPYRIGHT GPL OPS TODO \ 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 autogen.sh remailer.c remailer.h browser.h state.h \ - smime_keys.pl Madmuttrc.head Madmuttrc \ README.SSL depcomp mutt_idna.h mutt_libesmtp.h madmutt_dotlock_SOURCES = dotlock.c madmutt_dotlock_LDADD = @LIBOBJS@ $(top_builddir)/lib-lib/liblib.a madmutt_dotlock_DEPENDENCIES = @LIBOBJS@ $(top_builddir)/lib-lib/liblib.a -CLEANFILES = keymap_defs.h Madmuttrc +CLEANFILES = keymap_defs.h ACLOCAL_AMFLAGS = -I m4 @@ -88,10 +87,6 @@ LDADD = @LIBOBJS@ @LIBINTL@ charset.gperf: charset.def sh $< > $@ -smime_keysng: $(srcdir)/smime_keys.pl - cp $(srcdir)/smime_keys.pl smime_keysng - chmod +x smime_keysng - keymap_defs.h: OPS $(srcdir)/gen_defs $^ > keymap_defs.h @@ -106,16 +101,6 @@ install-exec-hook: { echo "Can't fix madmutt_dotlock's permissions!" >&2 ; } \ fi -install-data-local: Madmuttrc - $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) - -if [ -f $(DESTDIR)$(pkgdatadir)/Madmuttrc ] ; then \ - mv $(DESTDIR)$(pkgdatadir)/Madmuttrc* $(DESTDIR)$(sysconfdir) ; \ - elif [ -f $(DESTDIR)$(pkgdatadir)/../Madmuttrc ] ; then \ - mv $(DESTDIR)$(pkgdatadir)/../Madmuttrc* $(DESTDIR)$(sysconfdir) ; \ - elif [ ! -f $(DESTDIR)$(sysconfdir)/Madmuttrc ] ; then \ - $(INSTALL) -m 644 Madmuttrc $(DESTDIR)$(sysconfdir) ; \ - fi - include tools/cpkg2c.mk -include tools/cflags.mk