summaryrefslogtreecommitdiff
path: root/plugins
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 /plugins
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 'plugins')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 3a929d0ce..822c7d213 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -3,7 +3,7 @@
include $(top_srcdir)/rpm.am
AM_CFLAGS = @RPMCFLAGS@
-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
AM_CPPFLAGS += -DLOCALEDIR="\"$(localedir)\""
AM_CPPFLAGS += -DSYSCONFDIR="\"$(sysconfdir)\""