Skip to content

Commit

Permalink
add missing files in distribution for compilation with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
vtorri committed Apr 11, 2024
1 parent f49af63 commit 3fc1978
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 3fc1978

Please sign in to comment.