blob: b42c5e56de66c2d5cbac112d7fab990a9af3c0d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
noinst_LTLIBRARIES = libpopt.la
libpopt_la_SOURCES = \
popt.c \
popt.h \
poptconfig.c \
popthelp.c \
poptint.h \
poptparse.c \
findme.c \
findme.h
EXTRA_DIST = COPYING
|