blob: 928e5c0b9fc31a67ac37c5d1b48616eee927313c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
noinst_LIBRARIES = libpopt.a
INCLUDES = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/src
libpopt_a_SOURCES = \
findme.c popt.c poptconfig.c popthelp.c poptparse.c
noinst_HEADERS = \
findme.h popt.h poptint.h
|