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