diff options
author | Dan Winship <danw@gnome.org> | 2012-04-12 20:17:06 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-04-17 09:54:08 -0400 |
commit | 02dcd6378070347f2b3cc59a82e79e60afa0583d (patch) | |
tree | 539777cd7c413ab74118ead115f502a93229e7c2 /Makefile.am | |
parent | 127d3b08422d3d94caca7175ddcf40003f7d0b35 (diff) | |
download | libsoup-02dcd6378070347f2b3cc59a82e79e60afa0583d.tar.gz libsoup-02dcd6378070347f2b3cc59a82e79e60afa0583d.tar.bz2 libsoup-02dcd6378070347f2b3cc59a82e79e60afa0583d.zip |
Add gettext support
There were already error messages in soup-request.c and
soup-requester.c marked for translation, and we'll be adding more
soon.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8b86fb7d..6b9c6a81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = libsoup tests docs +SUBDIRS = libsoup po tests docs EXTRA_DIST = \ libsoup-2.4.pc.in \ |