diff options
Diffstat (limited to 'mixlib/Makefile.am')
-rw-r--r-- | mixlib/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mixlib/Makefile.am b/mixlib/Makefile.am index 8b7160e..b38af6d 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 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2006, 2014 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 @@ -15,7 +15,9 @@ SUBDIRS = testsuite INCLUDES = -I$(includedir) -I$(top_srcdir) -DG_LOG_DOMAIN=\"libmix\" noinst_LIBRARIES = libmix.a -libmix_a_SOURCES = gettext.h mix.h mix.c \ +libmix_a_SOURCES = gettext.h \ + completion.h completion.c \ + mix.h mix.c \ mix_types.h mix_types.c \ mix_ins.h mix_ins.c \ mix_vm.h mix_vm.c xmix_vm.h xmix_vm.c \ @@ -35,7 +37,3 @@ libmix_a_SOURCES = gettext.h mix.h mix.c \ mix_config.c mix_config.h \ mix_predicate.c mix_predicate.h \ mix_predicate_list.c mix_predicate_list.h - - - - |