Commit 666bf77b 666bf77b05a0f41b45274a9afec060df23f18f77 by Wojciech Polak

Changed bin_PROGRAMS to noinst_PROGRAMS.

1 parent a5f277ab
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -20,7 +20,7 @@
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = from
noinst_PROGRAMS = from
from_LDADD = \
../mailbox/mbox/libmu_mbox.la\
......