Skip to content

Commit

Permalink
Merge pull request #402 from vtorri/vtorri_cmake
Browse files Browse the repository at this point in the history
add missing files in distribution for compilation with cmake
  • Loading branch information
Jovasa authored Apr 11, 2024
2 parents f49af63 + 3fc1978 commit 9eed4c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ lib_LTLIBRARIES = libkvazaar.la

EXTRA_DIST = \
extras/getopt.c \
extras/getopt.h

extras/getopt.h \
version.h.in \
kvazaarCMake.pc.in

pkgconfigdir = $(libdir)/pkgconfig
nodist_pkgconfig_DATA = kvazaar.pc
Expand Down

0 comments on commit 9eed4c3

Please sign in to comment.