Skip to content

Commit dd09b18

Browse files
committed
libvisual: po: Fix default for $(DOMAIN), was empty before
This is similar to what we alredy have in place with libvisual-plugins.
1 parent c529cce commit dd09b18

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

libvisual/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ stamp-gc-h: config.status
2323
cd $(top_builddir) && $(SHELL) ./config.status libvisual/lvconfig.h
2424
echo timestamp > stamp-gc-h
2525

26-
EXTRA_DIST = Doxyfile config.rpath libvisual.pc.in
26+
EXTRA_DIST = Doxyfile config.rpath libvisual.pc.in po/Makevars.in
2727

28-
DISTCLEANFILES = libvisual/lvconfig.h $(PKG_CONFIG_FILE)
28+
DISTCLEANFILES = libvisual/lvconfig.h $(PKG_CONFIG_FILE) po/Makevars
2929

3030
ACLOCAL_AMFLAGS = -I m4

libvisual/configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ esac
819819

820820
AC_CONFIG_FILES([
821821
m4/Makefile
822+
po/Makevars
822823
po/Makefile.in
823824
Makefile
824825
libvisual.pc

libvisual/po/Makevars renamed to libvisual/po/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile variables for PO directory in any package using GNU gettext.
22

33
# Usually the message domain is the same as the package name.
4-
DOMAIN = $(GETTEXT_PACKAGE)
4+
DOMAIN = @GETTEXT_PACKAGE@
55

66
# These two variables depend on the location of this directory.
77
subdir = po

0 commit comments

Comments
 (0)