From: Klaus Kaempf Date: Tue, 31 Jan 2006 17:24:51 +0000 (+0000) Subject: add VendorAttr X-Git-Tag: 6.6.0~5507 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30943e21104cb89a755ecda492590365f172eaec;p=platform%2Fupstream%2Flibzypp.git add VendorAttr --- diff --git a/zypp/Makefile.am b/zypp/Makefile.am index 7510d8228..e5173e2df 100644 --- a/zypp/Makefile.am +++ b/zypp/Makefile.am @@ -69,6 +69,7 @@ pkginclude_HEADERS = NeedAType.h \ BaseVersion.h \ PatchRpm.h \ DeltaRpm.h \ + VendorAttr.h \ ZYpp.h \ TranslatedText.h \ ZYppFactory.h @@ -129,6 +130,7 @@ lib@PACKAGE@_la_SOURCES = \ Url.cc \ TmpPath.cc \ DiskUsage.cc \ + VendorAttr.cc \ ZYpp.cc \ TranslatedText.cc \ ZYppFactory.cc