summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2019-01-07 22:02:58 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2019-01-07 22:02:58 +0000
commit7b999defb449282f9f570a90ea3ad84c2fd5da2e (patch)
treea1ab000d0031dff94b530ae73b8416550b5c7f91
parentd891afbffe03f97431d95505a10768ae9a87a500 (diff)
downloadmdk-7b999defb449282f9f570a90ea3ad84c2fd5da2e.tar.gz
mdk-7b999defb449282f9f570a90ea3ad84c2fd5da2e.tar.bz2
Flex by-products added to CLEANFILES
-rw-r--r--mixlib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/mixlib/Makefile.am b/mixlib/Makefile.am
index 7a9d1fd..b32ce63 100644
--- a/mixlib/Makefile.am
+++ b/mixlib/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2006, 2014 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2006, 2014, 2019 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -14,6 +14,8 @@
SUBDIRS = testsuite
AM_CFLAGS += -I$(includedir) -I$(top_srcdir) -DG_LOG_DOMAIN=\"libmix\"
+CLEANFILES = mix_scanner.c mix_eval_scanner.c
+
noinst_LIBRARIES = libmix.a
libmix_a_SOURCES = gettext.h \
completion.h completion.c \