summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 397a9bb11b1b2695127b74e7b5e3dfb85269435d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include $(dir $(lastword $(MAKEFILE_LIST)))/../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk

pkgconfdir = $(sysconfdir)

nested.subdirs += abslibre-tools
nested.subdirs += chroot-tools
nested.subdirs += devtools
nested.subdirs += gitget
nested.subdirs += lib
nested.subdirs += librefetch
nested.subdirs += toru

include $(topsrcdir)/build-aux/Makefile.tail.mk