diff options
Diffstat (limited to 'mixlib')
-rw-r--r-- | mixlib/Makefile.am | 4 |
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 \ |