mingw: fixed Windows build
[siplcs.git] / src / core / Makefile.am
blob9a80fad05b9286b37d38f0aed3e7f1c104d62862
1 noinst_LTLIBRARIES = libsipecore.la
3 MAINTAINERCLEANFILES = \
4         Makefile.in
6 libsipecore_la_SOURCES = \
7         sip-prefix.h \
8         sipmsg.c \
9         sipmsg.h \
10         sipe.h \
11         sipe.c \
12         sipe-chat.h \
13         sipe-chat.c \
14         sipe-conf.h \
15         sipe-conf.c \
16         sipe-dialog.h \
17         sipe-dialog.c \
18         sipe-nls.h \
19         sipe-session.h \
20         sipe-session.c \
21         sipe-utils.h \
22         sipe-utils.c \
23         sipe-cal.h \
24         sipe-cal.c \
25         http-conn.h \
26         http-conn.c \
27         sipe-ews.h \
28         sipe-ews.c \
29         sip-csta.c \
30         sip-csta.h \
31         sip-sec.h \
32         sip-sec.c \
33         sip-sec-mech.h \
34         sip-sec-ntlm.h \
35         sip-sec-ntlm.c \
36         sipe-sign.h \
37         sipe-sign.c \
38         sipe-ft.h \
39         sipe-ft.c \
40         uuid.h \
41         uuid.c
43 if SIP_SEC_KRB5
44 libsipecore_la_SOURCES += \
45         sip-sec-krb5.h \
46         sip-sec-krb5.c
47 endif
49 AM_CFLAGS = $(st)
51 libsipecore_la_CFLAGS = \
52         $(DEBUG_CFLAGS) \
53         $(QUALITY_CFLAGS) \
54         $(LIBXML2_CFLAGS) \
55         $(GLIB_CFLAGS) \
56         $(LOCALE_CPPFLAGS) \
57         $(KRB5_CFLAGS) \
58         -I$(srcdir)/../api
60 if SIPE_INCLUDE_PURPLE
61 libsipecore_la_CFLAGS += $(PURPLE_CFLAGS) -I$(srcdir)/../purple
62 endif