summaryrefslogtreecommitdiffhomepage
path: root/mixlib/Makefile.am
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-06 04:29:29 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-06 04:29:29 +0100
commit2974c3715450fe426d18e9cfd07bf2b4f4f30b9f (patch)
tree2f33652162e122721914ff6ecdf56a0ed2e9d01b /mixlib/Makefile.am
parent44c0924b58252e50bf5bb9363236ce56a7d29384 (diff)
downloadmdk-2974c3715450fe426d18e9cfd07bf2b4f4f30b9f.tar.gz
mdk-2974c3715450fe426d18e9cfd07bf2b4f4f30b9f.tar.bz2
Incorporating gcompletion (fixes #39817)
Diffstat (limited to 'mixlib/Makefile.am')
-rw-r--r--mixlib/Makefile.am10
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
-
-
-
-