Merged in graphics from PTZ branch.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1357 e3e1d417-86f3-4887-817a-d78f3d33393f
|
@ -0,0 +1,26 @@
|
|||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
# This should be set to your web directory
|
||||
webdir = @WEB_PREFIX@/graphics
|
||||
# And these to the user and group of your webserver
|
||||
webuser = @WEB_USER@
|
||||
webgroup = @WEB_GROUP@
|
||||
|
||||
web_DATA = \
|
||||
arrow-d.gif \
|
||||
arrow-dl.gif \
|
||||
arrow-dr.gif \
|
||||
arrow-l.gif \
|
||||
arrow-r.gif \
|
||||
arrow-u.gif \
|
||||
arrow-ul.gif \
|
||||
arrow-ur.gif \
|
||||
arrow-l-u.gif \
|
||||
arrow-l-d.gif \
|
||||
center.gif
|
||||
|
||||
EXTRA_DIST = $(web_DATA)
|
||||
|
||||
# Yes, you are correct. This is a HACK!
|
||||
install-data-hook:
|
||||
( cd $(DESTDIR)$(webdir); chown $(webuser):$(webgroup) $(web_DATA) )
|
After Width: | Height: | Size: 293 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 284 B |
After Width: | Height: | Size: 265 B |
After Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 286 B |
After Width: | Height: | Size: 282 B |
After Width: | Height: | Size: 621 B |