mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-20 03:10:03 +01:00
Move the source listing into another Makefile module so that it can be shared with other Makefile-based build mechanisms.
8 lines
101 B
Text
8 lines
101 B
Text
pkg_config_SOURCES = \
|
|
pkg.h \
|
|
pkg.c \
|
|
parse.h \
|
|
parse.c \
|
|
rpmvercmp.c \
|
|
rpmvercmp.h \
|
|
main.c
|