summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-03-09 13:34:13 +0200
committerPanu Matilainen <pmatilai@redhat.com>2022-03-10 08:40:07 +0200
commit650ba79f2253656f9ec8e06f399fafe40e556ed3 (patch)
treebdd6c79709d84f85cf96a1e477b58401c2fc4bb9 /python
parent3d97c19c6eccdf0aa4fd0bdb7ccb9fe7880dded6 (diff)
downloadrpm-650ba79f2253656f9ec8e06f399fafe40e556ed3.tar.gz
Eliminate the strange include pre-build install machinery
Introduced back in 2007 in 583140460100ea99553d883174065ca22a3099b2 the point was to fake up a sane public header structure with minimal internal disruption, TEMPORARILY. I think 15 years is temporary enough. The machinery has worked rather well for what it is, but having the headers appear in multiple locations is weird and confusing to people, plus this "physical" separation makes it far more clearer what is a public header and what isn't.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 8f272dcdb..ec3608134 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -5,7 +5,7 @@ AM_CFLAGS = @RPMCFLAGS@
EXTRA_DIST = rpm/__init__.py rpm/transaction.py
-AM_CPPFLAGS = -I$(top_builddir)/include/
+AM_CPPFLAGS = -I$(top_srcdir)/include/
AM_CPPFLAGS += -I$(top_srcdir)/python
AM_CPPFLAGS += @PYTHON_CFLAGS@