blob: 6d2b67ac528a034f53e2783bac1929f56581a1e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if with_k3bsetup1
K3BSETUPDIR=k3bsetup
endif
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO k3b.lsm admin configure.in.in
AUTOMAKE_OPTIONS = foreign 1.5
#include admin/deps.am
SUBDIRS = doc libk3bdevice libk3b src kioslaves plugins kfile-plugins $(K3BSETUPDIR)
|