]> git.sur5r.net Git - glabels/blob - libglabels/Makefile.am
Imported Upstream version 2.2.8
[glabels] / libglabels / Makefile.am
1 templatesdir = $(datadir)/glabels/templates
2
3 INCLUDES = \
4         $(LIBGLABELS_CFLAGS)                            \
5         -DDATADIR=\""$(datadir)"\"                      \
6         -DLIBGLABELS_TEMPLATE_DIR=\""$(templatesdir)"\" \
7         $(DISABLE_DEPRECATED_CFLAGS)
8
9 libglabels_la_LDFLAGS=\
10         -version-info $(LIBGLABELS_VERSION_INFO) \
11         $(LIBGLABELS_LIBS) \
12         -no-undefined 
13
14 lib_LTLIBRARIES = libglabels.la
15
16 libglabelsincludedir=$(includedir)/libglabels
17
18 libglabels_la_SOURCES =         \
19         libglabels-private.h    \
20         db.h                    \
21         db.c                    \
22         enums.h                 \
23         paper.h                 \
24         paper.c                 \
25         category.h              \
26         category.c              \
27         template.h              \
28         template.c              \
29         xml-paper.h             \
30         xml-paper.c             \
31         xml-category.h          \
32         xml-category.c          \
33         xml-template.h          \
34         xml-template.c          \
35         xml.h                   \
36         xml.c                   \
37         str.h                   \
38         str.c
39
40 libglabelsinclude_HEADERS =     \
41         libglabels.h            \
42         db.h                    \
43         enums.h                 \
44         paper.h                 \
45         category.h              \
46         template.h              \
47         xml-paper.h             \
48         xml-category.h          \
49         xml-template.h          \
50         xml.h                   \
51         str.h                   
52
53 EXTRA_DIST =                    \
54         libglabels.pc.in
55
56 pkgconfigdir = $(libdir)/pkgconfig
57 pkgconfig_DATA = libglabels.pc
58