]> git.sur5r.net Git - glabels/blob - glabels2/libglabels/Makefile.am
2007-09-27 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         init.h                  \
21         init.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         enums.h                 \
41         paper.h                 \
42         category.h              \
43         template.h              \
44         xml-paper.h             \
45         xml-category.h          \
46         xml-template.h          \
47         xml.h                   
48
49 EXTRA_DIST =                    \
50         libglabels.pc.in
51
52 pkgconfigdir = $(libdir)/pkgconfig
53 pkgconfig_DATA = libglabels.pc
54