[enh] adding Object/* php files in API
This commit is contained in:
parent
476ed5e3af
commit
7609fe6d39
|
@ -22,4 +22,5 @@ install:
|
|||
install -m 0644 -g 1999 -o root panel/* $(DESTDIR)/usr/share/alternc/panel/admin/api/
|
||||
install -m 0644 ../lib/Alternc/Api/*.php $(DESTDIR)/usr/share/php/Alternc/Api/
|
||||
install -m 0644 ../lib/Alternc/Api/Auth/*.php $(DESTDIR)/usr/share/php/Alternc/Api/Auth/
|
||||
install -m 0644 ../lib/Alternc/Api/Object/*.php $(DESTDIR)/usr/share/php/Alternc/Api/Object/
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
etc/alternc/apache-panel.d
|
||||
usr/share/alternc/panel/admin/api
|
||||
usr/share/php/Alternc/Api/Auth
|
||||
usr/share/php/Alternc/Api/Object
|
||||
|
|
Loading…
Reference in New Issue