160107Sobrien# Example for use of GNU gettext.
217359Swosch# Copyright (C) 2003 Free Software Foundation, Inc.
317359Swosch# This file is in the public domain.
417359Swosch#
517359Swosch# Makefile configuration - processed by automake.
617359Swosch
743334Syokota# General automake options.
817359SwoschAUTOMAKE_OPTIONS = foreign
917359SwoschACLOCAL_AMFLAGS = -I m4
1017359Swosch
1117359Swosch# The list of subdirectories containing Makefiles.
1217359SwoschSUBDIRS = m4 po
1317359Swosch
1417359Swosch# The list of programs that are built.
1517359Swoschbin_SCRIPTS = hello
1617359Swosch
1717359Swosch# Additional files to be distributed.
1838140SyokotaEXTRA_DIST = autogen.sh autoclean.sh
1917359Swosch