summaryrefslogtreecommitdiffstats
path: root/src/uca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca.c')
-rw-r--r--src/uca.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/uca.c b/src/uca.c
index 9f2064f..3ee6c33 100644
--- a/src/uca.c
+++ b/src/uca.c
@@ -23,9 +23,11 @@ struct uca_t *uca_init()
uca_cam_init inits[] = {
#ifdef HAVE_PCO_EDGE
uca_pco_init,
-#elif HAVE_PHOTON_FOCUS
+#endif
+#ifdef HAVE_PHOTON_FOCUS
uca_pf_init,
-#elif HAVE_IPE_CAM
+#endif
+#ifdef HAVE_IPE_CAM
uca_ipe_init,
#endif
NULL };