diff options
author | adevries <devnull@localhost> | 1999-02-04 18:48:03 +0000 |
---|---|---|
committer | adevries <devnull@localhost> | 1999-02-04 18:48:03 +0000 |
commit | a7366495ae19850d0cc996cae867ac5b59b250af (patch) | |
tree | 7f308692a525c362accf7570614aba13cb199c44 /Makefile.am | |
parent | 0166b45137233b4e51b0062633b13962a6af0715 (diff) | |
download | librpm-tizen-a7366495ae19850d0cc996cae867ac5b59b250af.tar.gz librpm-tizen-a7366495ae19850d0cc996cae867ac5b59b250af.tar.bz2 librpm-tizen-a7366495ae19850d0cc996cae867ac5b59b250af.zip |
Finally, preliminary http support.
- Alex
CVS patchset: 2773
CVS date: 1999/02/04 18:48:03
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 548d52746..204b89c4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,10 +33,10 @@ pkglib_SCRIPTS = find-provides find-requires mkinstalldirs \ noinst_HEADERS = \ acconfig.h build.h checksig.h ftp.h \ - install.h system.h url.h \ + install.h system.h url.h http.h\ verify.h -rpm_SOURCES = build.c checksig.c ftp.c install.c rpm.c url.c \ +rpm_SOURCES = build.c checksig.c ftp.c http.c install.c rpm.c url.c \ verify.c rpm_LDADD = $(mylibs) @LIBMISC@ |