projects
/
platform
/
core
/
uifw
/
libhangul.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a43b7a2
)
DISTCLEANFILES에 hangulconf.h 추가(make distcheck에서 발생하는 오류 처리)
author
Choe Hwanjin
<choe.hwanjin@gmail.com>
Thu, 4 Jan 2007 16:18:15 +0000
(
01:18
+0900)
committer
Choe Hwanjin
<choe.hwanjin@gmail.com>
Thu, 4 Jan 2007 16:18:15 +0000
(
01:18
+0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@108
8f00fcd2
-89fc-0310-932e-
b01be5b65e01
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
9b77d02
..
aa2c314
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,10
+1,15
@@
SUBDIRS = hangul data bindings test
+DISTCLEANFILES = hangulconfig.h
+
hangulconfdir = $(includedir)/hangul-1.0
hangulconf_DATA = hangulconfig.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libhangul.pc
+hangulconfig.h: config.status
+ $(top_builddir)/config.status hangulconfig.h
+
log:
svn log -v > ChangeLog