blob: 2a15668e960f7588a5ae4bd8a32c95440ba023e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## kdebase/Makefile.am
## (C) 1997 Stephan Kulow
AUTOMAKE_OPTIONS = foreign 1.6.1
dist-hook:
cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin
include admin/Doxyfile.am
include admin/deps.am
SUBDIRS=$(TOPSUBDIRS)
|