diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-11 15:19:09 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-02 16:44:15 -0800 |
commit | 653556333b87fdab40001068671f029829de6d2a (patch) | |
tree | 9839142d1a04aa9bd4fa1d3aafb879e2923c2556 /Makefile.am | |
parent | 8c37028da6ed96005a02f40694ef62e6b702814d (diff) | |
download | librpm-tizen-653556333b87fdab40001068671f029829de6d2a.tar.gz librpm-tizen-653556333b87fdab40001068671f029829de6d2a.tar.bz2 librpm-tizen-653556333b87fdab40001068671f029829de6d2a.zip |
Provide rpmqpack
a fast way to list all installed packages are
check if some package is installed. This is a hack.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7683a44b5..d9bfc673c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,6 +173,10 @@ rpmgraph_LDADD = lib/librpm.la rpmio/librpmio.la @WITH_POPT_LIB@ dist_bin_SCRIPTS = scripts/gendiff +bin_PROGRAMS += rpmqpack +rpmqpack_SOURCES = rpmqpack.c +rpmqpack_LDADD = lib/librpm.la + rpmconfig_DATA = rpmrc rpmrc: $(top_srcdir)/rpmrc.in @$(SED) \ |