Skip to content

Commit

Permalink
Rename dnf-swdb sources to .cpp/.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Čuba committed Nov 6, 2017
1 parent e0bfe01 commit 9636669
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libdnf/swdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SET(DNF_SWDB_DIR
)

SET(DNF_SWDB_SOURCES
${DNF_SWDB_DIR}/dnf-swdb-pkg.c
${DNF_SWDB_DIR}/dnf-swdb-pkg.cpp
)

SET(LIBDNF_SOURCES
Expand Down
4 changes: 2 additions & 2 deletions libdnf/swdb/dnf-swdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ SET (DNF_GI_VERSION 42.0)

# source files used for gir generation
SET (DNF_SWDB_SOURCES
dnf-swdb-pkg.c
dnf-swdb-pkg.cpp
)

SET (DNF_SWDB_HEADERS
dnf-swdb-pkg.h
dnf-swdb-pkg.hpp
)

# gir generation - GObject introspection
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9636669

Please sign in to comment.