pkg-config/Makefile.sources
Chun-wei Fan 56061ef3ef build: Split Out Source Listing
Move the source listing into another Makefile module so that it can be
shared with other Makefile-based build mechanisms.
2015-10-26 09:15:53 -07:00

8 lines
101 B
Text

pkg_config_SOURCES = \
pkg.h \
pkg.c \
parse.h \
parse.c \
rpmvercmp.c \
rpmvercmp.h \
main.c