Move tufdio under rpmio/ where it belongs..
This commit is contained in:
parent
c5588096d3
commit
4471d9c371
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include "system.h"
|
||||
|
||||
#include "rpmlib.h"
|
||||
#include "rpmurl.h"
|
||||
#include "rpmio_internal.h"
|
||||
|
Loading…
Reference in New Issue