Merged in graphics from PTZ branch.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1357 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-02-24 10:50:57 +00:00
parent 65f0c56e27
commit d66907778b
10 changed files with 26 additions and 0 deletions

26
web/graphics/Makefile.am Normal file
View File

@ -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) )

BIN
web/graphics/arrow-d.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

BIN
web/graphics/arrow-dl.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

BIN
web/graphics/arrow-dr.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

BIN
web/graphics/arrow-l.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

BIN
web/graphics/arrow-r.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

BIN
web/graphics/arrow-u.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

BIN
web/graphics/arrow-ul.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

BIN
web/graphics/arrow-ur.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

BIN
web/graphics/center.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B