repo.or.cz
/
centerim5.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update list of wide characters
[centerim5.git]
/
plugins
/
Makefile.am
blob
a17831ef4630b7a36416eca8b32d2dac3934a8dc
1
pkglib_LTLIBRARIES = extaction.la
2
3
# When you add files here, also add them in po/POTFILES.in.
4
extaction_la_SOURCES = \
5
extaction.c
6
7
extaction_la_CPPFLAGS = \
8
$(PURPLE_CFLAGS) \
9
$(GLIB_CFLAGS) \
10
-I$(top_srcdir)
11
12
extaction_la_LDFLAGS = \
13
-avoid-version -module
14
15
extaction_la_LIBADD = \
16
$(LTLIBINTL) \
17
$(PURPLE_LIBS) \
18
$(GLIB_LIBS)