diff options
Diffstat (limited to 'src/gitget/Makefile')
-rw-r--r-- | src/gitget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gitget/Makefile b/src/gitget/Makefile index 2903f4a..a1b7765 100644 --- a/src/gitget/Makefile +++ b/src/gitget/Makefile @@ -1,4 +1,4 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk -include $(topsrcdir)/automake.head.mk +include $(topsrcdir)/build-aux/Makefile.head.mk -include $(topsrcdir)/automake.tail.mk +include $(topsrcdir)/build-aux/Makefile.tail.mk |