]> git.sur5r.net Git - glabels/blob - glabels2/libglabels/Makefile.am
2004-08-08 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
8 libglabels_la_LDFLAGS=\
9         -version-info 0:0:0 \
10         $(LIBGLABELS_LIBS) \
11         -no-undefined 
12
13 lib_LTLIBRARIES = libglabels.la
14
15 libglabelsincludedir=$(includedir)/libglabels
16
17 libglabels_la_SOURCES =         \
18         libglabels-private.h    \
19         paper.h                 \
20         paper.c                 \
21         template.h              \
22         template.c              \
23         xml-paper.h             \
24         xml-paper.c             \
25         xml-template.h          \
26         xml-template.c          \
27         xml.h                   \
28         xml.c                   
29
30 libglabelsinclude_HEADERS =     \
31         libglabels.h            \
32         paper.h                 \
33         template.h              \
34         xml-paper.h             \
35         xml-template.h          \
36         xml.h