diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-07 11:41:06 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-07 11:41:06 +0200 |
commit | 4471d9c371400141896fc9d838408b086af232ca (patch) | |
tree | 1106aca82cc74d29e8fddd90c2b4f5a560873d83 /rpmio/Makefile.am | |
parent | c5588096d37f6747ab6da075a2cd8e5e8d909430 (diff) | |
download | rpm-4471d9c371400141896fc9d838408b086af232ca.tar.gz rpm-4471d9c371400141896fc9d838408b086af232ca.tar.bz2 rpm-4471d9c371400141896fc9d838408b086af232ca.zip |
Move tufdio under rpmio/ where it belongs..
Diffstat (limited to 'rpmio/Makefile.am')
-rw-r--r-- | rpmio/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index 8878e7bde..daf8c6687 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -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 |