diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-06-23 14:07:07 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-06-23 14:07:07 -0400 |
commit | a29ab20718bafd0c02bce8e9dc9025a5479ff234 (patch) | |
tree | f0e4e1614645fd88a15c4326660199261626f44b /src | |
parent | 13de66077f3f4c67705589bf0c36c25d9b9e10e1 (diff) |
Don't install /usr/bin/rpm just yet...
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 58f7788..19645bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,8 @@ INCLUDES = \ -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" -bin_PROGRAMS = razor rpm +bin_PROGRAMS = razor +noinst_PROGRAMS = rpm razor_SOURCES = main.c import-rpmdb.c import-yum.c razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(top_builddir)/librazor/librazor.la |