~win-cross-dev/win-cross/gettext

« back to all changes in this revision

Viewing changes to gettext-tools/examples/hello-guile/Makefile.am

  • Committer: Nathan Osman
  • Date: 2012-08-11 05:06:52 UTC
  • Revision ID: admin@quickmediasolutions.com-20120811050652-ochkxjtonbw6kkve
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Example for use of GNU gettext.
 
2
# This file is in the public domain.
 
3
#
 
4
# Makefile configuration - processed by automake.
 
5
 
 
6
# General automake options.
 
7
AUTOMAKE_OPTIONS = foreign
 
8
ACLOCAL_AMFLAGS = -I m4
 
9
 
 
10
# The list of subdirectories containing Makefiles.
 
11
SUBDIRS = m4 po
 
12
 
 
13
# The list of programs that are built.
 
14
bin_SCRIPTS = hello
 
15
 
 
16
# Additional files to be distributed.
 
17
EXTRA_DIST = autogen.sh autoclean.sh