diff options
author | jbj <devnull@localhost> | 2000-02-10 22:13:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-02-10 22:13:48 +0000 |
commit | f7b80eb2113be009143e14c8cc526b30f97bc1f6 (patch) | |
tree | d5111bc8052082018a729db795578c266db63ac3 /Makefile.am | |
parent | da3765de28bcafdaf705282e33543479b0d0014e (diff) | |
download | librpm-tizen-f7b80eb2113be009143e14c8cc526b30f97bc1f6.tar.gz librpm-tizen-f7b80eb2113be009143e14c8cc526b30f97bc1f6.tar.bz2 librpm-tizen-f7b80eb2113be009143e14c8cc526b30f97bc1f6.zip |
Commit broken perl binding changes.
CVS patchset: 3549
CVS date: 2000/02/10 22:13:48
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f3b9cd3ee..22b0d0a6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = CHANGES CREDITS GROUPS README.amiga INSTALL \ EXTRA_PROGRAMS = rpmconvert # XXX TODO: python perl -SUBDIRS = intl po popt build lib misc tools scripts tests doc . +SUBDIRS = intl po popt build lib misc tools scripts tests doc perl . INCLUDES = \ -I$(top_srcdir)/build \ |