ソースを参照

Fix autotool build for external driver.

der-b 6 年 前
コミット
86886d944c
1 ファイル変更1 行追加0 行削除
  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