Correction additional about "Removed system controller."
[profile/ivi/ico-uxf-homescreen.git] / lib / notification / Makefile.am
1 AM_CPPFLAGS = $(GCC_CXXFLAGS)
2
3 noinst_LTLIBRARIES =\
4         libico-notification.la
5
6 libico_notification_la_LDFLAGS = -version-info 0:9:0 
7 libico_notification_la_SOURCES =        \
8         CicoNotification.cpp                    \
9         CicoNotificationList.cpp                \
10         CicoNotificationApp.cpp                 \
11         CicoNotificationService.cpp
12
13 libico_notification_la_CPPFLAGS =       \
14         $(GCC_CXXFLAGS)                                 \
15         $(NOTIFICATION_CFLAGS)                  \
16         @ECORE_CFLAGS@                                  \
17         @EINA_CFLAGS@                                   \
18         @GLIB_CFLAGS@                                   \
19         @AIL_CFLAGS@                                    \
20         @BUNDLE_CFLAGS@                                 \
21         @AUL_CFLAGS@                                    \
22         @PKGMGR_CFLAGS@                                 \
23         @CAPIAPPFWAPPLICATION_CFLAGS@   \
24         $(UWS_CFLAGS)                                   \
25         -I../../include
26
27 libico_notification_la_LIBADD =         \
28         $(NOTIFICATION_LIBS)                    \
29         @ECORE_LIBS@                                    \
30         @EINA_LIBS@                                             \
31         @GLIB_LIBS@                                             \
32         @AIL_LIBS@                                              \
33         @BUNDLE_LIBS@                                   \
34         @AUL_LIBS@                                              \
35         @PKGMGR_LIBS@                                   \
36         @CAPIAPPFWAPPLICATION_LIBS@             \
37         $(UWS_LIBS)
38
39 AM_LDFLAGS = -module -avoid-version -rpath $(libdir)
40
41 .FORCE :
42
43 # vim:set ts=4 sw=4: