blob: 04f9145c7aa6f03a650f52cf471a67c93f0c308b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
noinst_LTLIBRARIES = libpopt.la
INCLUDES = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/src
libpopt_la_SOURCES = \
findme.c popt.c poptconfig.c popthelp.c poptparse.c
noinst_HEADERS = \
findme.h popt.h poptint.h
|