summaryrefslogtreecommitdiff
path: root/mimeview/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mimeview/Makefile.am')
-rw-r--r--mimeview/Makefile.am23
1 files changed, 6 insertions, 17 deletions
diff --git a/mimeview/Makefile.am b/mimeview/Makefile.am
index a9d95393a..72705871f 100644
--- a/mimeview/Makefile.am
+++ b/mimeview/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2005-2019 Free Software Foundation, Inc.
+## Copyright (C) 2005-2024 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
@@ -17,25 +17,14 @@
SUBDIRS = . tests
AM_CPPFLAGS = \
- @MU_APP_COMMON_INCLUDES@\
- -D_GNU_SOURCE=1\
+ $(MU_APP_COMMON_INCLUDES)\
-DDEFAULT_CUPS_CONFDIR=\"@DEFAULT_CUPS_CONFDIR@\"
bin_PROGRAMS = mimeview
-mimeview_SOURCES = \
- mimeview.c \
- grammar.y \
- lexer.l \
- mimeview.h\
- grammar.h
-
-YLWRAP = @MU_YLWRAP@
-AM_YFLAGS=-vtd
-AM_LEXFLAGS=-d
-EXTRA_DIST = gylwrap.conf
+mimeview_SOURCES = mimeview.c
mimeview_LDADD = \
- ${MU_APP_LIBRARIES}\
- ${MU_LIB_MAILUTILS}\
- @LTLIBINTL@
+ $(MU_APP_LIBRARIES)\
+ $(MU_LIB_MAILUTILS)\
+ $(MU_COMMON_LIBRARIES)

Return to:

Send suggestions and report system problems to the System administrator.