summaryrefslogtreecommitdiffhomepage
path: root/mixlib
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 01:36:49 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 01:36:49 +0000
commit7370b7120f7fc7c17d620eb687866ef5009d17f8 (patch)
tree982051805b0fdc9f707337198353df09f427914f /mixlib
parent564c0b50dee7e1bc857ff6a462d13088a616e20a (diff)
downloadmdk-7370b7120f7fc7c17d620eb687866ef5009d17f8.tar.gz
mdk-7370b7120f7fc7c17d620eb687866ef5009d17f8.tar.bz2
add gettext.h
Diffstat (limited to 'mixlib')
-rw-r--r--mixlib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/Makefile.am b/mixlib/Makefile.am
index 3b5a292..b925ff5 100644
--- a/mixlib/Makefile.am
+++ b/mixlib/Makefile.am
@@ -10,13 +10,13 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# $Id: Makefile.am,v 1.5 2001/09/29 01:53:51 jao Exp $
+# $Id: Makefile.am,v 1.6 2002/12/08 01:36:49 jao Exp $
SUBDIRS = testsuite
INCLUDES = -I$(includedir) -I$(top_srcdir) -DG_LOG_DOMAIN=\"libmix\"
noinst_LIBRARIES = libmix.a
-libmix_a_SOURCES = mix.h mix.c \
+libmix_a_SOURCES = gettext.h 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 \