mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564
11 lines
205 B
Makefile
11 lines
205 B
Makefile
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
|