From 2974c3715450fe426d18e9cfd07bf2b4f4f30b9f Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 6 Jan 2014 04:29:29 +0100 Subject: Incorporating gcompletion (fixes #39817) --- mixlib/Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'mixlib/Makefile.am') 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 - - - - -- cgit v1.2.3