Move tufdio under rpmio/ where it belongs..

This commit is contained in:
Panu Matilainen 2007-11-07 11:41:06 +02:00
parent c5588096d3
commit 4471d9c371
3 changed files with 4 additions and 4 deletions

View File

@ -88,6 +88,3 @@ check_PROGRAMS += tgi
tgi_SOURCES = tgi.c
tgi_LDADD = librpm.la
check_PROGRAMS += tufdio
tufdio_SOURCES = tufdio.c
tufdio_LDADD = librpm.la

View File

@ -70,3 +70,7 @@ tsw_LDADD = librpmio.la
check_PROGRAMS += tput
tput_SOURCES = tput.c
tput_LDADD = librpmio.la @WITH_POPT_LIB@
check_PROGRAMS += tufdio
tufdio_SOURCES = tufdio.c
tufdio_LDADD = librpmio.la

View File

@ -4,7 +4,6 @@
#include "system.h"
#include "rpmlib.h"
#include "rpmurl.h"
#include "rpmio_internal.h"