projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f71a2
)
(BUILD_LIBS): Don't increment it conditionally.
author
handa
<handa>
Fri, 23 Jun 2006 12:52:54 +0000
(12:52 +0000)
committer
handa
<handa>
Fri, 23 Jun 2006 12:52:54 +0000
(12:52 +0000)
example/Makefile.am
patch
|
blob
|
history
diff --git
a/example/Makefile.am
b/example/Makefile.am
index
225911c
..
ba6a0f9
100644
(file)
--- a/
example/Makefile.am
+++ b/
example/Makefile.am
@@
-65,11
+65,11
@@
EXTRA_DIST = \
VINFO = -version-info @API_VERSION@
-BASIC_BUILD_LIBS = libmimx-anthy.la
+BASICBUILDS = libmimx-anthy.la
if WITH_GUI
-BUILD_LIBS = $(BASIC_BUILD_LIBS) libmimx-ispell.la
+BUILD_LIBS = $(BASICBUILDS) libmimx-ispell.la
else
-BUILD_LIBS = $(BASIC_BUILD_LIBS)
+BUILD_LIBS = $(BASICBUILDS)
endif
lib_LTLIBRARIES = $(BUILD_LIBS)