From 0a3982eefb9473f094e3361629923b4265598c46 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Wed, 16 Nov 2005 14:09:54 +0000 Subject: [PATCH] added source subdir in Makefile.am --- zypp/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zypp/Makefile.am b/zypp/Makefile.am index 40247ff..e107bdd 100644 --- a/zypp/Makefile.am +++ b/zypp/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ## ################################################## -SUBDIRS = base detail capability parser +SUBDIRS = base parser capability source detail ## ################################################## @@ -14,6 +14,7 @@ include_HEADERS = \ Edition.h \ ResKind.h \ Resolvable.h \ + ResTraits.h \ Package.h \ Selection.h \ Message.h \ @@ -37,6 +38,7 @@ lib@PACKAGE@_la_SOURCES = \ Edition.cc \ ResKind.cc \ Resolvable.cc \ + ResTraits.cc \ Package.cc \ Selection.cc \ Message.cc \ -- 2.7.4