diff options
author | jbj <devnull@localhost> | 1999-06-30 19:02:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-06-30 19:02:46 +0000 |
commit | ae5b56fa00804e3391aba88038ee16798b486c90 (patch) | |
tree | 3981a58fa39c277daa77e05144dd1b0ba272ee40 /Makefile.am | |
parent | c0d41067da0219fdf0d2fccd8628f5d336554229 (diff) | |
download | librpm-tizen-ae5b56fa00804e3391aba88038ee16798b486c90.tar.gz librpm-tizen-ae5b56fa00804e3391aba88038ee16798b486c90.tar.bz2 librpm-tizen-ae5b56fa00804e3391aba88038ee16798b486c90.zip |
move url.c and ftp.c to rpmlib right next to query.
CVS patchset: 3115
CVS date: 1999/06/30 19:02:46
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 8db9710bd..577377fff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,10 +40,10 @@ pkglib_SCRIPTS = find-provides find-requires mkinstalldirs \ config.guess config.sub noinst_HEADERS = \ - acconfig.h build.h checksig.h ftp.h \ - install.h system.h url.h + acconfig.h build.h checksig.h install.h \ + system.h -rpm_SOURCES = build.c checksig.c ftp.c install.c rpm.c url.c +rpm_SOURCES = build.c checksig.c install.c rpm.c rpm_LDADD = $(mylibs) @LIBMISC@ $(PROGRAMS): $(mylibs) @LIBMISC@ |