mv rpm* tools into tools
authormarc <devnull@localhost>
Tue, 20 Feb 1996 02:27:51 +0000 (02:27 +0000)
committermarc <devnull@localhost>
Tue, 20 Feb 1996 02:27:51 +0000 (02:27 +0000)
CVS patchset: 342
CVS date: 1996/02/20 02:27:51

Makefile.in

index 8f15479..724b400 100644 (file)
@@ -23,9 +23,9 @@ INCDIR=$(prefix)/include/rpm
 ### End exported variables
 # -----------------------------------------------------------------------
 
-SUBDIRS = lib build
+SUBDIRS = lib build tools
 OBJS = query.o install.o 
-PROGS = rpm rpmlead rpmheader rpmarchive rpmconvert rpmsignature rpmchecksig
+PROGS = rpm rpmconvert
 LOADLIBES = -lbuild -lrpm -ldb /usr/lib/libgz.a $(LIBEFENCE)
 
 ifeq (.depend,$(wildcard .depend))