mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2024-12-22 13:33:58 +03:00
50f48b4d91
Add all the boilerplate code required for doing i18n of the UI. No translations available yet though
22 lines
560 B
Makefile
22 lines
560 B
Makefile
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = src man plugin po
|
|
|
|
EXTRA_DIST = @PACKAGE@.spec \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in
|
|
|
|
DISTCLEAN_FILES = @PACKAGE@.spec \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
m4/libtool.m4 \
|
|
m4/lt~obsolete.m4 \
|
|
m4/ltoptions.m4 \
|
|
m4/ltsugar.m4 \
|
|
m4/ltversion.m4
|