File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
3030ACLOCAL_AMFLAGS = -I m4
Original file line number Diff line number Diff line change 819819
820820AC_CONFIG_FILES ( [
821821m4/Makefile
822+ po/Makevars
822823po/Makefile.in
823824Makefile
824825libvisual.pc
Original file line number Diff line number Diff line change 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.
77subdir = po
You can’t perform that action at this time.
0 commit comments