diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2022-03-09 13:34:13 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2022-03-10 08:40:07 +0200 |
commit | 650ba79f2253656f9ec8e06f399fafe40e556ed3 (patch) | |
tree | bdd6c79709d84f85cf96a1e477b58401c2fc4bb9 /misc | |
parent | 3d97c19c6eccdf0aa4fd0bdb7ccb9fe7880dded6 (diff) | |
download | rpm-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 'misc')
-rw-r--r-- | misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index e413a211c..3df5f19bb 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for misc library. -AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/misc EXTRA_DIST = \ |