mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-01-06 21:00:11 +01:00
In order to avoid having the COPYING file from automake included in the distribution, add a copy of the GPLv2 for pkg-config. This matches the source files, which all specify GPLv2+. The COPYING file from upstream popt has also been added for the bundled popt sources.
12 lines
177 B
Makefile
12 lines
177 B
Makefile
noinst_LTLIBRARIES = libpopt.la
|
|
libpopt_la_SOURCES = \
|
|
popt.c \
|
|
popt.h \
|
|
poptconfig.c \
|
|
popthelp.c \
|
|
poptint.h \
|
|
poptparse.c \
|
|
findme.c \
|
|
findme.h
|
|
|
|
EXTRA_DIST = COPYING
|