Blame view

config/Makefile.am 1.4 KB
Sergey Poznyakoff authored
1 2
## Process this file with GNU Automake to create Makefile.in

3
##   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
Sergey Poznyakoff authored
4 5 6
##
##   GNU Mailutils is free software; you can redistribute it and/or
##   modify it under the terms of the GNU General Public License as
7
##   published by the Free Software Foundation; either version 3, or (at
Sergey Poznyakoff authored
8 9 10 11 12 13 14 15 16
##   your option) any later version.
##
##   This program is distributed in the hope that it will be useful, but
##   WITHOUT ANY WARRANTY; without even the implied warranty of
##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
##   General Public License for more details.
##
##   You should have received a copy of the GNU General Public License
##   along with this program; if not, write to the Free Software
17 18
##   Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
##   02110-1301 USA
Sergey Poznyakoff authored
19

20
INCLUDES = @MU_COMMON_INCLUDES@ 
Sergey Poznyakoff authored
21 22 23 24 25

bin_PROGRAMS = mailutils-config

mailutils_config_SOURCES = mailutils-config.c
mailutils_config_LDADD = \
26 27
 ${MU_APP_LIBRARIES}\
 ${MU_LIB_MAILUTILS}\
Sergey Poznyakoff authored
28 29 30 31 32 33
 @MU_COMMON_LIBRARIES@

mailutils_config_CFLAGS = -DCOMPILE_FLAGS="\"-I$(includedir)\"" \
  -I$(top_srcdir)/intl \
  -I${top_srcdir}/lib \
  -DLINK_FLAGS="\"-L$(libdir)\"" \
34
  -DLINK_POSTFLAGS="\"$(MU_LINK_POSTFLAGS)\"" \
35
  -DAUTHLIBS="\"$(MU_AUTHLIBS)\"" \
Sergey Poznyakoff authored
36
  -DGUILE_LIBS="\"$(GUILE_LIBS)\"" \
37
  -DI18NLIBS="\"$(LIBINTL)\""
38 39 40

m4datadir = $(datadir)/aclocal
dist_m4data_DATA = mailutils.m4