]> git.sur5r.net Git - glabels/blob - glabels2/libglabels/Makefile.am
2006-09-12 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         enums.h                 \
21         paper.h                 \
22         paper.c                 \
23         category.h              \
24         category.c              \
25         template.h              \
26         template.c              \
27         xml-paper.h             \
28         xml-paper.c             \
29         xml-category.h          \
30         xml-category.c          \
31         xml-template.h          \
32         xml-template.c          \
33         xml.h                   \
34         xml.c                   
35
36 libglabelsinclude_HEADERS =     \
37         libglabels.h            \
38         enums.h                 \
39         paper.h                 \
40         category.h              \
41         template.h              \
42         xml-paper.h             \
43         xml-category.h          \
44         xml-template.h          \
45         xml.h                   
46
47 EXTRA_DIST =                    \
48         libglabels.pc.in
49
50 pkgconfigdir = $(libdir)/pkgconfig
51 pkgconfig_DATA = libglabels.pc
52