diff options
Diffstat (limited to 'lskat/Makefile.am')
-rw-r--r-- | lskat/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lskat/Makefile.am b/lskat/Makefile.am new file mode 100644 index 00000000..efb7b82c --- /dev/null +++ b/lskat/Makefile.am @@ -0,0 +1,11 @@ + +SUBDIRS = lskat grafix lskatproc + +####### kdevelop will overwrite this part!!! (end)############ +# not a GNU package. You can remove this line, if +# have all needed files, that a GNU package needs +AUTOMAKE_OPTIONS = foreign + +KDE_ICON = lskat + +xdg_apps_DATA = lskat.desktop |