Explorar el Código

Fix autotool build for external driver.

der-b hace 6 años
padre
commit
86886d944c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Makefile.am

+ 1 - 0
src/Makefile.am

@@ -97,6 +97,7 @@ if BUILD_DRIVER_EXTERNAL
 
 libopenhmd_la_SOURCES += \
 	drv_external/external.c
+libopenhmd_la_CPPFLAGS += -DDRIVER_EXTERNAL
 endif
 
 if BUILD_DRIVER_ANDROID