Commit 817de061 authored by Andrey Filippov's avatar Andrey Filippov

updated to unify Makefile variables

parent f17988e0
PROGS = imgsrv PROGS = imgsrv
PHPCLI = exif.php imu_setup.php start_gps_compass.php PHPCLI = exif.php imu_setup.php start_gps_compass.php
CONFFILES = Exif_template.xml CONFIGS = Exif_template.xml
SRCS = imgsrv.c SRCS = imgsrv.c
OBJS = imgsrv.o OBJS = imgsrv.o
......
...@@ -121,6 +121,7 @@ const char *jhead_fnames[] = { ...@@ -121,6 +121,7 @@ const char *jhead_fnames[] = {
DEV393_PATH(DEV393_JPEGHEAD0) DEV393_PATH(DEV393_JPEGHEAD0)
}; };
#endif #endif
static const char *exif_dev_names[SENSOR_PORTS] = { EXIF_DEV_NAMES }; static const char *exif_dev_names[SENSOR_PORTS] = { EXIF_DEV_NAMES };
static const char *exifmeta_dev_names[SENSOR_PORTS] = { EXIFMETA_DEV_NAMES }; static const char *exifmeta_dev_names[SENSOR_PORTS] = { EXIFMETA_DEV_NAMES };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment