diff options
Diffstat (limited to 'client/x11/IMdkit/Makefile.am')
| -rw-r--r-- | client/x11/IMdkit/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/client/x11/IMdkit/Makefile.am b/client/x11/IMdkit/Makefile.am new file mode 100644 index 0000000..b567d9d --- /dev/null +++ b/client/x11/IMdkit/Makefile.am @@ -0,0 +1,27 @@ +noinst_LTLIBRARIES = libIMdkit.la + +libIMdkit_la_SOURCES = \ + FrameMgr.c \ + i18nAttr.c \ + i18nClbk.c \ + i18nIc.c \ + i18nIMProto.c \ + i18nMethod.c \ + i18nPtHdr.c \ + i18nUtil.c \ + i18nX.c \ + IMConn.c \ + IMMethod.c \ + IMValues.c \ + $(NULL) + +noinst_HEADERS = \ + FrameMgr.h \ + IMdkit.h \ + Xi18n.h \ + Xi18nX.h \ + XimFunc.h \ + XimProto.h \ + Xtrans.h \ + $(NULL) + |
