- Added RWCOW_pointer (PtrTypes.h): RW_pointer supporting 'copy on write'
[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         KindOf.h        \
11         Logger.h        \
12         Exception.h     \
13         NonCopyable.h   \
14         PtrTypes.h      \
15         ReferenceCounted.h      \
16         String.h        \
17         StringVal.h
18
19
20 noinst_LTLIBRARIES =    lib@PACKAGE@_base.la
21
22 ## ##################################################
23
24 lib@PACKAGE@_base_la_SOURCES =  \
25         Logger.cc       \
26         Exception.cc    \
27         String.cc       \
28         StringVal.cc
29
30 lib@PACKAGE@_base_la_LIBADD = -lboost_regex
31
32 ## ##################################################