diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-01-10 14:45:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-10 14:59:22 +0100 |
commit | 787da810a03b8113448dc5d9032a71dee51cb0bf (patch) | |
tree | f55079167d56a19ea144f73a5fa72f0a53f7b97f /Makefile.am | |
parent | 7d4b3e1e2b936b986a474cf038788304edb2ae7d (diff) | |
download | patches-787da810a03b8113448dc5d9032a71dee51cb0bf.tar patches-787da810a03b8113448dc5d9032a71dee51cb0bf.tar.gz |
Add (guix deprecation).
* guix/deprecation.scm: New file.
* Makefile.am (MODULES): Add it.
* po/guix/POTFILES.in: Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9f30d5b2b0..0590c51519 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,7 @@ MODULES = \ guix/base64.scm \ guix/ci.scm \ guix/cpio.scm \ + guix/deprecation.scm \ guix/docker.scm \ guix/records.scm \ guix/pki.scm \ |