diff options
Diffstat (limited to 'ksysguard/Makefile.am')
-rw-r--r-- | ksysguard/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ksysguard/Makefile.am b/ksysguard/Makefile.am new file mode 100644 index 000000000..4d4223b60 --- /dev/null +++ b/ksysguard/Makefile.am @@ -0,0 +1,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 + |