mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
7 lines
152 B
Text
7 lines
152 B
Text
|
|
noinst_LIBRARIES = libpopt.a
|
||
|
|
|
||
|
|
libpopt_a_SOURCES = \
|
||
|
|
findme.c popt.c poptconfig.c popthelp.c poptparse.c
|
||
|
|
|
||
|
|
noinst_HEADERS = \
|
||
|
|
findme.h popt.h poptint.h
|