mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-04 10:50:42 +02: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
|