Skip to content

Commit

Permalink
Install defs.h for /usr/include/dnf5/context.hpp
Browse files Browse the repository at this point in the history
Since 62b8503 (dnf5 app, dnf5
plugins: Do not export private symbols) defs.h is included into dnf5
header files but it is not installed.

This patch fixes it.

Resolves: #1913
  • Loading branch information
ppisar authored and kontura committed Dec 2, 2024
1 parent 0003886 commit c99b56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf5/include/dnf5/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file(GLOB_RECURSE DNF5_HEADERS *.hpp)
file(GLOB_RECURSE DNF5_HEADERS *.hpp *.h)

# preserve relative paths of the header files
foreach(abspath ${DNF5_HEADERS})
Expand Down

0 comments on commit c99b56d

Please sign in to comment.