blob: 58bb28723e7f2bde5a6280c0584121ea679de30e (
plain)
1
2
3
4
5
6
7
8
9
10
|
SUBDIRS =
if ENABLE_GTK_DOC
SUBDIRS += reference
endif
DIST_SUBDIRS = reference
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in
|