mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
- use libtool to build helping libraries git-svn-id: http://svn.irssi.org/repos/irssi/trunk@131 dbcabf3a-b0e7-0310-adc4-f8d773084564
7 lines
156 B
Makefile
7 lines
156 B
Makefile
noinst_LTLIBRARIES = libpopt.la
|
|
|
|
libpopt_la_SOURCES = \
|
|
findme.c popt.c poptconfig.c popthelp.c poptparse.c
|
|
|
|
noinst_HEADERS = \
|
|
findme.h popt.h poptint.h
|