From 8ef6304e1d40dc9dfd0260d540e5ef8b6c4c2f5f Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Mon, 6 Feb 2006 12:24:03 +0000 Subject: [PATCH] added md5.hh --- zypp/target/store/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/target/store/Makefile.am b/zypp/target/store/Makefile.am index 9f9098c..a044746 100644 --- a/zypp/target/store/Makefile.am +++ b/zypp/target/store/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = xml targetstoreincludedir = $(pkgincludedir)/target/store -targetstoreinclude_HEADERS = PersistentStorage.h Backend.h XMLFilesBackend.h serialize.h xml_escape_parser.hpp parser_utils.hpp +targetstoreinclude_HEADERS = PersistentStorage.h Backend.h XMLFilesBackend.h serialize.h xml_escape_parser.hpp parser_utils.hpp md5.hh noinst_LTLIBRARIES = lib@PACKAGE@_target_store.la -- 2.7.4