- added ByteCount and Unit
[platform/upstream/libzypp.git] / zypp / base / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
3
4 SUBDIRS =
5
6 ## ##################################################
7
8 include_HEADERS =       \
9         Debug.h         \
10         Fd.h            \
11         KindOf.h        \
12         Logger.h        \
13         Exception.h     \
14         IOStream.h      \
15         NonCopyable.h   \
16         PtrTypes.h      \
17         ReferenceCounted.h      \
18         String.h        \
19         Unit.h          \
20                 \
21                 \
22         ExternalDataSource.h
23
24
25 noinst_LTLIBRARIES =    lib@PACKAGE@_base.la
26
27 ## ##################################################
28
29 lib@PACKAGE@_base_la_SOURCES =  \
30         Logger.cc       \
31         Exception.cc    \
32         Fd.cc           \
33         IOStream.cc     \
34         ReferenceCounted.cc     \
35         String.cc       \
36         Unit.cc         \
37                 \
38                 \
39         ExternalDataSource.cc
40
41 lib@PACKAGE@_base_la_LIBADD = -lboost_regex
42
43 ## ##################################################