From 3a86d0adebcc82b2420d3a54fc34df54cc977d11 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Mon, 6 Feb 2006 20:26:10 +0000 Subject: [PATCH] add UrlException.h --- zypp/url/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/zypp/url/Makefile.am b/zypp/url/Makefile.am index 7053a32..e790de4 100644 --- a/zypp/url/Makefile.am +++ b/zypp/url/Makefile.am @@ -9,6 +9,7 @@ urlincludedir = $(pkgincludedir)/url urlinclude_HEADERS = \ UrlBase.h \ + UrlException.h \ UrlUtils.h noinst_LTLIBRARIES = lib@PACKAGE@_url.la -- 2.7.4