diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-26 10:43:34 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-26 10:43:34 +0200 |
commit | a88dce13d510622dee05e93efb46ff4ec5b72935 (patch) | |
tree | 5159e913ad91b70bb7c57946f4092bd69330f1d9 /Makefile.am | |
parent | 7b6c533525e26cc3408865f1c90c71882384cf76 (diff) | |
download | abrt-a88dce13d510622dee05e93efb46ff4ec5b72935.tar.gz abrt-a88dce13d510622dee05e93efb46ff4ec5b72935.tar.xz abrt-a88dce13d510622dee05e93efb46ff4ec5b72935.zip |
GUI: added support for gettext (+part of czech translation)
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 b839897f..c200d489 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = lib src inc +SUBDIRS = lib src inc po EXTRA_DIST = doc/CodingStyle abrt.spec |