• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/intel-driver


コミットメタ情報

リビジョン85fe1a64f42d2a49e9aaa514ee4773e958f88c2a (tree)
日時2014-11-10 10:59:33
作者Emil Velikov <emil.l.velikov@gmai...>
コミッターXiang, Haihao

ログメッセージ

Add final header to fix 'make dist'

Add the autogenerated header wayland-drm-client-protocol.h to
noinst_HEADERS thus silence 'make distcheck' about about it being
left out.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>

変更サマリ

差分

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -145,6 +145,7 @@ endif
145145 if USE_WAYLAND
146146 source_c += i965_output_wayland.c
147147 source_h += i965_output_wayland.h
148+source_h += $(protocol_source_h)
148149 driver_cflags += $(WAYLAND_CFLAGS)
149150 endif
150151