projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce6a7c
)
add VendorAttr
author
Klaus Kaempf
<kkaempf@suse.de>
Tue, 31 Jan 2006 17:24:51 +0000
(17:24 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Tue, 31 Jan 2006 17:24:51 +0000
(17:24 +0000)
zypp/Makefile.am
patch
|
blob
|
history
diff --git
a/zypp/Makefile.am
b/zypp/Makefile.am
index 7510d82287e7b229e37c432534b2bc299b57f4bc..e5173e2dfab11e1d8e5198ff8728b8ac8c61ffa6 100644
(file)
--- 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