blob: 4d4223b60b96400ac909028e40d163a0e198a238 (
plain)
1
2
3
4
5
6
7
8
9
|
if include_ksysguardd
KSYSGUARDD_DIR = ksysguardd
endif
# claim, which subdirectories you want to install
SUBDIRS = CContLib $(KSYSGUARDD_DIR) gui pics example
KDE_ICON = ksysguard
|