Add some files for the build.
[mmediamanager.git] / src / Makefile.am
blob073007e6db17a453ec1853e6859fa70aa4aeb6ab
1 ## Process this file with automake to produce Makefile.in
3 AM_CPPFLAGS = \
4         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
5         -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
6         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7         $(MMEDIAMANAGER_CFLAGS)
9 AM_CFLAGS =\
10          -Wall\
11          -Werror\
12          -g
14 lib_LTLIBRARIES = \
15         libmmanager.la
18 libmmanager_includedir=$(includedir)/libmmanager
20 libmmanager_include_HEADERS = \
21   mm-application.h \
22   mm-application-provider.h \
23   mm-category.h \
24   mm-category-provider.h \
25   mm-hit.h \
26   mm-hit-collection.h \
27   mm-hit-collection-provider.h \
28   mm-manager.h \
29   mm-module-manager.h \
30   mm-types.h \
31   mm-filter.h
33 libmmanager_la_SOURCES = \
34         mm-application.c\
35         mm-application-provider.c \
36         mm-category.c \
37         mm-category-provider.c \
38         mm-hit.c \
39         mm-hit-collection.c \
40         mm-hit-collection-provider.c \
41         mm-manager.c \
42         mm-module.c \
43         mm-module-manager.c