]> git.ipfire.org Git - people/ms/pakfire.git/blobdiff - Makefile.am
Perform less parallelism
[people/ms/pakfire.git] / Makefile.am
index 7e924fef15c267622e5ba8f5ab3049f36aae4c57..28dd954120e6908114b775e4ede0fe64939801cf 100644 (file)
@@ -31,6 +31,7 @@ AUTOMAKE_OPTIONS = color-tests
 SUBDIRS = . po
 
 libexecdir = $(libdir)/pakfire
+pythondir  = $(pyexecdir)
 
 configsdir = $(sysconfdir)/pakfire
 configsdistrosdir = $(configsdir)/distros
@@ -59,6 +60,10 @@ DISTCHECK_CONFIGURE_FLAGS = \
 
 @INTLTOOL_POLICY_RULE@
 
+.PHONY: update-po
+update-po:
+       $(MAKE) -C po update-po
+
 # ------------------------------------------------------------------------------
 
 dist_doc_DATA = \
@@ -106,6 +111,7 @@ pakfire_PYTHON = \
        src/pakfire/keyring.py \
        src/pakfire/logger.py \
        src/pakfire/lzma.py \
+       src/pakfire/progressbar.py \
        src/pakfire/satsolver.py \
        src/pakfire/server.py \
        src/pakfire/shell.py \