convert razor_package_get_details() and razor_package_iterator_next() to varargs
The functions for getting package details about a package were limited to a few
things, when in the future we will want to support much more about a package.
The iterator was also limited to name,version,arch when most of the time we
didn't need all this data.
1 ## Process this file with automake to produce Makefile.in
7 -I$(top_builddir)/src -I$(top_srcdir)/src \
8 -I$(top_srcdir)/librazor \
9 -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
10 -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
11 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
12 -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
13 -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
14 -DPACKAGE_LOCALE_DIR=\""$(localedir)"\"
18 check_PROGRAMS = test-driver
20 razor_SOURCES = main.c import-rpmdb.c import-yum.c
21 razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(top_builddir)/librazor/librazor.la
24 rpm_LDADD = $(top_builddir)/librazor/librazor.la
26 test_driver_SOURCES = test-driver.c
27 test_driver_LDADD = $(EXPAT_LIBS) $(top_builddir)/librazor/librazor.la