dasom-im / dasom

Dasom is a multilingual input method framework
https://dasom-im.github.io
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Patch 1 #50

Closed minwook-shin closed 8 years ago

minwook-shin commented 8 years ago

add build passing

sukso96100 commented 8 years ago

README 파일 없으면 ./autogen.sh 실행할때 파일 빠졌다고 오류가 나네요. 지금은 하지 않는것이 좋을 것 같습니다.

ghost commented 8 years ago

Makefile.am 파일을 아래처럼 바꾸면 REAMDE 파일이 없어도 ./autogen.sh 할 때 에러가 발생하지 않습니다.

diff --git a/Makefile.am b/Makefile.am
index dcbc55a..b69940e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,5 +21,6 @@ update-gtk-icon-cache:
        (cd data/icons; make update-gtk-icon-cache)

 ChangeLog:
+README:

-.PHONY: ChangeLog
+.PHONY: ChangeLog README
sukso96100 commented 8 years ago

이제 오류가 발생하지 않는군요. 코드 병합 하겠습니다. @minwook-shin , @cogniti 감사합니다. :)