mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-22 02:58:12 +02:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
noinst_LTLIBRARIES = libpopt.la
|
|
libpopt_la_SOURCES = \
|
|
popt.c \
|
|
popt.h \
|
|
poptconfig.c \
|
|
popthelp.c \
|
|
poptint.h \
|
|
poptparse.c
|