blob: 300a43a46eecdfe1713f11aa679d19c6dd457de4 (
plain)
1
2
3
4
5
6
7
8
9
|
AM_CPPFLAGS = -Wall $(CCRTP_CFLAGS) $(XML2_CFLAGS) -I$(top_srcdir)/src
noinst_LIBRARIES = libim.a
libim_a_SOURCES =\
im_iscomposing_body.cpp\
msg_session.cpp\
im_iscomposing_body.h\
msg_session.h
|