mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
libpopt is now distributed with irssi since it's small enough and I got
tired of installing it to every computer when I tried to run irssi.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@37 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d226c65524
commit
95c6a0d9f6
13 changed files with 1437 additions and 12 deletions
7
src/lib-popt/Makefile.am
Normal file
7
src/lib-popt/Makefile.am
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
noinst_LIBRARIES = libpopt.a
|
||||
|
||||
libpopt_a_SOURCES = \
|
||||
findme.c popt.c poptconfig.c popthelp.c poptparse.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
findme.h popt.h poptint.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue