Added Locale
[platform/upstream/libzypp.git] / zypp / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
3
4 SUBDIRS = base parser capability solver source detail media url
5
6 ## ##################################################
7
8 include_HEADERS = NeedAType.h \
9         Arch.h          \
10         ByteCount.h     \
11         Capability.h    \
12         CapFactory.h    \
13         CapSet.h        \
14         CountryCode.h   \
15         Date.h          \
16         Dependencies.h  \
17         Edition.h       \
18         LanguageCode.h  \
19         Locale.h        \
20         Rel.h           \
21         ResObject.h     \
22         Resolvable.h    \
23         ResTraits.h     \
24         Package.h       \
25         Pathname.h      \
26         Selection.h     \
27         Message.h       \
28         Script.h        \
29         Patch.h         \
30         Product.h       \
31         Changelog.h     \
32         ExternalProgram.h\
33         Pathname.h      \
34         PathInfo.h      \
35         Digest.h        \
36         Url.h           \
37         TmpPath.h       \
38         KVMap.h         \
39         Callback.h
40
41 ## ##################################################
42
43 lib_LTLIBRARIES =       lib@PACKAGE@.la
44
45 ## ##################################################
46
47 lib@PACKAGE@_la_SOURCES = \
48         Arch.cc         \
49         ByteCount.cc    \
50         Capability.cc   \
51         CapFactory.cc   \
52         CapSet.cc       \
53         CountryCode.cc  \
54         Date.cc         \
55         Dependencies.cc \
56         Edition.cc      \
57         LanguageCode.cc \
58         Locale.cc       \
59         Rel.cc          \
60         ResObject.cc    \
61         Resolvable.cc   \
62         ResTraits.cc    \
63         Package.cc      \
64         Pathname.cc     \
65         Selection.cc    \
66         Message.cc      \
67         Script.cc       \
68         Patch.cc        \
69         Product.cc      \
70         Changelog.cc    \
71         ExternalProgram.cc\
72         PathInfo.cc     \
73         Digest.cc       \
74         Url.cc          \
75         TmpPath.cc
76
77 lib@PACKAGE@_la_LDFLAGS =       @LIB_VERSION_INFO@
78
79 lib@PACKAGE@_la_LIBADD =        base/lib@PACKAGE@_base.la       \
80                                 detail/lib@PACKAGE@_detail.la   \
81                                 capability/lib@PACKAGE@_capability.la   \
82                                 solver/lib@PACKAGE@_solver.la   \
83                                 parser/lib@PACKAGE@_parser.la   \
84                                 source/lib@PACKAGE@_source.la   \
85                                 media/lib@PACKAGE@_media.la     \
86                                 url/lib@PACKAGE@_url.la \
87                                 -lutil
88
89 ## ##################################################