9671f9d8ca221ffc2b0aa84701010b5637aec2c8
[platform/upstream/libzypp.git] / zypp / detail / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
3
4 SUBDIRS =
5
6 ## ##################################################
7
8 include_HEADERS = \
9         ResolvableImpl.h        \
10         ResObjectImplIf.h       \
11         ResObjectFactory.h      \
12         PackageImplIf.h         \
13         SelectionImplIf.h       \
14         MessageImplIf.h         \
15         ScriptImplIf.h          \
16         PatchImplIf.h           \
17         ProductImplIf.h         \
18         \
19         \
20         \
21         PackageImpl.h           \
22         SelectionImpl.h         \
23         MessageImpl.h           \
24         ScriptImpl.h            \
25         PatchImpl.h             \
26         ProductImpl.h
27 ## last group might be removed.
28
29 noinst_LTLIBRARIES =    lib@PACKAGE@_detail.la
30
31 ## ##################################################
32
33 lib@PACKAGE@_detail_la_SOURCES = \
34         ResolvableImpl.cc       \
35         ResObjectImplIf.cc      \
36         \
37         \
38         \
39         PackageImpl.cc          \
40         SelectionImpl.cc        \
41         MessageImpl.cc          \
42         ScriptImpl.cc           \
43         PatchImpl.cc            \
44         ProductImpl.cc
45 ## last group might be removed.
46
47 ## ##################################################