From: Michael Andres Date: Wed, 16 Nov 2005 14:09:54 +0000 (+0000) Subject: added source subdir in Makefile.am X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~3706 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a3982eefb9473f094e3361629923b4265598c46;p=platform%2Fupstream%2Flibzypp.git added source subdir in Makefile.am --- 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 \