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:
6bb5615
)
(pkgconfig_DATA): Define it conditionally on
author
handa
<handa>
Mon, 21 Nov 2005 10:31:11 +0000
(10:31 +0000)
committer
handa
<handa>
Mon, 21 Nov 2005 10:31:11 +0000
(10:31 +0000)
WITH_GUI.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
1158a3a
..
7b1b367
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-30,4
+30,9
@@
EXTRA_DIST = \
m17n-core.pc.in m17n-shell.pc.in m17n-gui.pc.in
pkgconfigdir = ${libdir}/pkgconfig
-pkgconfig_DATA = m17n-core.pc m17n-shell.pc m17n-gui.pc
+
+PKGDATA = m17n-core.pc m17n-shell.pc
+if WITH_GUI
+PKGDATA += m17n-gui.pc
+endif
+pkgconfig_DATA = $(PKGDATA)