summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-08-25 23:06:27 +0200
committerDavid Craven <david@craven.ch>2016-08-30 22:38:28 +0200
commit2098d0240e89ec4fae49b33ee0990a7f833576b5 (patch)
tree8fddb5262c0c10183d565a3de2ed22fa7413b33c /Makefile.am
parent225941b02813364dcba7203d2893adc5e99e1cbc (diff)
downloadpatches-2098d0240e89ec4fae49b33ee0990a7f833576b5.tar
patches-2098d0240e89ec4fae49b33ee0990a7f833576b5.tar.gz
build: Add wrap-qt-program.
* guix/build/qt-utils.scm (wrap-qt-program): New file. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8bae85e144..165dfe9727 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,7 @@ MODULES = \
guix/build/emacs-utils.scm \
guix/build/graft.scm \
guix/build/bournish.scm \
+ guix/build/qt-utils.scm \
guix/search-paths.scm \
guix/packages.scm \
guix/import/utils.scm \