summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-04-03 17:24:51 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-04-03 20:41:14 +0200
commite68f7771860952e9eeaab8d47bd168595a7c5731 (patch)
tree535b5569875cf6bde7115499a811fded33385198 /Makefile
parent186eb31de2b2d9d39edd99a585faeee44849a317 (diff)
Use PSR-4 naming for classes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab4ec9fd..0eb3b1f1 100644
--- a/Makefile
+++ b/Makefile
@@ -132,10 +132,10 @@ appstore:
tar cvzf $(appstore_package_name).tar.gz \
--exclude-vcs \
$(project_directory)/appinfo \
- $(project_directory)/controller \
$(project_directory)/css \
$(project_directory)/img \
$(project_directory)/l10n \
+ $(project_directory)/lib \
$(project_directory)/templates \
$(project_directory)/js/public \
$(project_directory)/js/dav/dav.js \