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