summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 \