diff options
author | jbj <devnull@localhost> | 2002-05-16 16:55:21 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-16 16:55:21 +0000 |
commit | 076a6e29c5c8a35a5f78ae2a15339d030cfe2fdf (patch) | |
tree | c79f91a35a1134d5cd67394c534e804405697d61 /popt | |
parent | bc9d22eeb9034966654091306e3e3fc9a9dd7c71 (diff) | |
download | rpm-076a6e29c5c8a35a5f78ae2a15339d030cfe2fdf.tar.gz rpm-076a6e29c5c8a35a5f78ae2a15339d030cfe2fdf.tar.bz2 rpm-076a6e29c5c8a35a5f78ae2a15339d030cfe2fdf.zip |
- opaque (well mostly) rpmTransactionSet using methods.
CVS patchset: 5437
CVS date: 2002/05/16 16:55:21
Diffstat (limited to 'popt')
-rw-r--r-- | popt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/Makefile.am b/popt/Makefile.am index 8ffe16408..af8113acb 100644 --- a/popt/Makefile.am +++ b/popt/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = autogen.sh CHANGES $(man_MANS) popt.spec \ SUBDIRS = intl po -INCLUDES = -I$(top_srcdir) +INCLUDES = -I. -I$(top_srcdir) noinst_HEADERS = findme.h poptint.h system.h |