diff options
Diffstat (limited to 'python/Makefile.in')
-rw-r--r-- | python/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index cf4fc6808..6e4b9b79c 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -198,8 +198,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign PYVER = @WITH_PYTHON_VERSION@ -INCLUDES = \ - -I$(top_srcdir) \ +INCLUDES = -I. \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/rpmdb \ -I$(top_srcdir)/rpmio \ |