]> git.sur5r.net Git - glabels/blob - glabels2/libglabels/Makefile.am
2007-10-26 Jim Evins <evins@snaught.com>
[glabels] / glabels2 / 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
38 libglabelsinclude_HEADERS =     \
39         libglabels.h            \
40         db.h                    \
41         enums.h                 \
42         paper.h                 \
43         category.h              \
44         template.h              \
45         xml-paper.h             \
46         xml-category.h          \
47         xml-template.h          \
48         xml.h                   
49
50 EXTRA_DIST =                    \
51         libglabels.pc.in
52
53 pkgconfigdir = $(libdir)/pkgconfig
54 pkgconfig_DATA = libglabels.pc
55