- clean the headers of gettext macros
[platform/upstream/libexif.git] / libexif / Makefile.am
1 SUBDIRS = canon fuji hp olympus
2
3 INCLUDES =                                              \
4         -DLIBEXIF_LOCALEDIR=\""$(datadir)/locale"\"     \
5         -I$(top_srcdir)/libexif                         \
6         -I$(top_srcdir)/libjpeg                         \
7         -I$(top_srcdir)/intl                            \
8         -I$(top_srcdir)
9
10 lib_LTLIBRARIES = libexif.la
11
12 libexif_la_LDFLAGS = -version-info @LIBEXIF_VERSION_INFO@
13 libexif_la_SOURCES =            \
14         exif-byte-order.c       \
15         exif-content.c          \
16         exif-data.c             \
17         exif-entry.c            \
18         exif-format.c           \
19         exif-ifd.c              \
20         exif-note.c             \
21         exif-tag.c              \
22         exif-utils.c            \
23         i18n.h
24 libexif_la_LIBADD = -lm                 \
25         canon/libexif-canon.la          \
26         fuji/libexif-fuji.la            \
27         hp/libexif-hp.la                \
28         olympus/libexif-olympus.la
29
30 libexifincludedir = $(includedir)/libexif
31 libexifinclude_HEADERS =        \
32         exif-byte-order.h       \
33         exif-content.h          \
34         exif-data.h             \
35         exif-entry.h            \
36         exif-format.h           \
37         exif-ifd.h              \
38         exif-note.h             \
39         exif-result.h           \
40         exif-tag.h              \
41         exif-utils.h
42
43 pkgconfigdir = $(libdir)/pkgconfig
44 pkgconfig_DATA = libexif.pc
45 EXTRA_DIST = libexif.pc.in
46