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
commit0065ae8301dae1b38ec9c04395e2b2f689a4e576 (patch)
tree4b096292e25724640d4b566a0e23f79f26984ae0 /mixlib
parentf0747b0dd40e84da779fec0ef6a908759240f4ff (diff)
downloadmdk-0065ae8301dae1b38ec9c04395e2b2f689a4e576.tar.gz
mdk-0065ae8301dae1b38ec9c04395e2b2f689a4e576.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 \