Gettextize the source, make library strings translatable.
[libguestfs.git] / src / Makefile.am
index 1874899..b41e91a 100644 (file)
@@ -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"'