pkg-config/popt/Makefile.am
Dan Nicholson 376d42b004 Add COPYING files to give general licensing terms
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.
2010-05-27 21:40:47 +02:00

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