Description: Use two differnt mo files for libgirara-gtk2 and libgirara-gtk3
Author: Sebastian Ramacher <s.ramacher@gmx.at>
Last-Update: 2012-03-14

diff --git a/Makefile b/Makefile
index 8043f7e..75348a0 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ HEADERS_INSTALL = ${HEADERS} version.h
 
 
 ifeq (,$(findstring -DGETTEXT_PACKAGE,${CPPFLAGS}))
-CPPFLAGS += -DGETTEXT_PACKAGE=\"${PROJECTNV}\"
+CPPFLAGS += -DGETTEXT_PACKAGE=\"lib${PROJECT}-${SOMAJOR}\"
 endif
 ifeq (,$(findstring -DLOCALEDIR,${CPPFLAGS}))
 CPPFLAGS += -DLOCALEDIR=\"${LOCALEDIR}\"
diff --git a/po/Makefile b/po/Makefile
index 80150ef..474e57a 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,6 +1,6 @@
 # See LICENSE file for license and copyright information
 
-PROJECT  = girara
+PROJECT  = libgirara-gtk${GIRARA_GTK_VERSION}-${SOMAJOR}
 CATALOGS = $(wildcard *.po)
 MOS = $(patsubst %.po, %/LC_MESSAGES/${PROJECT}.mo, $(CATALOGS))
 
