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