- added helper struct NVRA
[platform/upstream/libzypp.git] / zypp / solver / Makefile.am
index 650c127..263f7ed 100644 (file)
@@ -1,19 +1,17 @@
 ## Process this file with automake to produce Makefile.in
 ## ##################################################
 
-SUBDIRS = detail
+SUBDIRS =
+#detail
 
 ## ##################################################
 
-include_HEADERS = \
-       SolverFwd.h     \
-       Context.h
+include_HEADERS =
 
 noinst_LTLIBRARIES =   lib@PACKAGE@_solver.la
 
 ## ##################################################
 
-lib@PACKAGE@_solver_la_SOURCES = \
-       Context.cc
+lib@PACKAGE@_solver_la_SOURCES =
 
 ## ##################################################