summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-05-21 12:01:36 +0100
committerRichard Jones <rjones@redhat.com>2009-05-21 12:01:36 +0100
commitd70248333edf8a5b5f509609cf2c8f7fd77d5e05 (patch)
tree11adc51a662cd5769cb0cec80cd81942293729fd /src/Makefile.am
parent29204fe10d6ad46bace50e82557cb95e8a0f3529 (diff)
downloadlibguestfs-d70248333edf8a5b5f509609cf2c8f7fd77d5e05.tar.gz
libguestfs-d70248333edf8a5b5f509609cf2c8f7fd77d5e05.tar.xz
libguestfs-d70248333edf8a5b5f509609cf2c8f7fd77d5e05.zip
Gettextize the source, make library strings translatable.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 18748996..b41e91a3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,8 @@ libguestfs_la_SOURCES = \
guestfs_protocol.c \
guestfs_protocol.h \
guestfs-actions.h \
- guestfs-actions.c
+ guestfs-actions.c \
+ gettext.h
libguestfs_la_CFLAGS = -Wall -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"'