diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5f618505dd..5cc49a73fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,6 @@ # along with Guix. If not, see <http://www.gnu.org/licenses/>. MODULES = \ - guix.scm \ guix/derivations.scm \ guix/gnu-build-system.scm \ guix/http.scm \ @@ -25,7 +24,8 @@ MODULES = \ guix/utils.scm \ guix/build/gnu-build-system.scm \ guix/build/http.scm \ - guix/build/utils.scm + guix/build/utils.scm \ + guix.scm GOBJECTS = $(MODULES:%.scm=%.go) |