installed class ByteCount to maintain sizes measured in Byte.
[platform/upstream/libzypp.git] / zypp / solver / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
3
4 SUBDIRS =
5 #detail
6
7 ## ##################################################
8
9 include_HEADERS = \
10         SolverFwd.h     \
11         Context.h
12
13 noinst_LTLIBRARIES =    lib@PACKAGE@_solver.la
14
15 ## ##################################################
16
17 lib@PACKAGE@_solver_la_SOURCES = \
18         Context.cc
19
20 ## ##################################################