From 4623b5e85a55b82aa73b184213459ba3c9971ba7 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 10 Oct 2012 05:30:09 -0700 Subject: Split rpmvercmp code into separate file The rpmvercmp code is taken directly from upstream. Moving it to a separate file allows it to be diffed and synced easily with the upstream version. It also becomes really easy to switch to the actual rpmlib version if that's ever desired. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 41e48e8..f64e2cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,8 @@ pkg_config_SOURCES= \ pkg.c \ parse.h \ parse.c \ + rpmvercmp.c \ + rpmvercmp.h \ main.c if HOST_TOOL -- cgit v1.2.1