Fixed zmcfg -> zm_config
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@418 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
c719a7e298
commit
5d1961ba7b
|
@ -18,7 +18,7 @@ zms_SOURCES = zms.cpp $(zm_SOURCES)
|
|||
zmu_SOURCES = zmu.cpp $(zm_SOURCES)
|
||||
zmfix_SOURCES = zmfix.cpp zm_debug.c zm_db.cpp zm.cpp
|
||||
|
||||
noinst_HEADERS = zm.h zmcfg.h zmdbg.h zm_coord.h zm_box.h zm_image.h zm_event.h zm_zone.h zm_camera.h zm_local_camera.h zm_remote_camera.h zm_monitor.h zm_font.h jinclude.h
|
||||
noinst_HEADERS = zm.h zm_db.h zm_font.h zm_config.h zm_debug.h zm_coord.h zm_box.h zm_image.h zm_event.h zm_zone.h zm_camera.h zm_local_camera.h zm_remote_camera.h zm_monitor.h zm_font.h jinclude.h
|
||||
|
||||
EXTRA_DIST = zm_config.h.z
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@ zms_SOURCES = zms.cpp $(zm_SOURCES)
|
|||
zmu_SOURCES = zmu.cpp $(zm_SOURCES)
|
||||
zmfix_SOURCES = zmfix.cpp zm_debug.c zm_db.cpp zm.cpp
|
||||
|
||||
noinst_HEADERS = zm.h zmcfg.h zmdbg.h zm_coord.h zm_box.h zm_image.h zm_event.h zm_zone.h zm_camera.h zm_local_camera.h zm_remote_camera.h zm_monitor.h zm_font.h jinclude.h
|
||||
noinst_HEADERS = zm.h zm_db.h zm_font.h zm_config.h zm_debug.h zm_coord.h zm_box.h zm_image.h zm_event.h zm_zone.h zm_camera.h zm_local_camera.h zm_remote_camera.h zm_monitor.h zm_font.h jinclude.h
|
||||
|
||||
EXTRA_DIST = zm_config.h.z
|
||||
subdir = src
|
||||
|
|
Loading…
Reference in New Issue