From 0ab0982c29b58504a1adae728d7fa3ecee4aee75 Mon Sep 17 00:00:00 2001 From: Stanislav Visnovsky Date: Mon, 30 Jan 2006 17:37:21 +0000 Subject: [PATCH] include parser --- zypp/parser/tagfile/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/zypp/parser/tagfile/Makefile.am b/zypp/parser/tagfile/Makefile.am index 7658b3f..1d756f6 100644 --- a/zypp/parser/tagfile/Makefile.am +++ b/zypp/parser/tagfile/Makefile.am @@ -23,6 +23,7 @@ noinst_LTLIBRARIES = lib@PACKAGE@_parser_tagfile.la ## ################################################## lib@PACKAGE@_parser_tagfile_la_SOURCES = \ + Parser.cc \ ParseException.cc\ Tags.cc \ TagFileParser.cc \ -- 2.7.4