mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
- fix perl related problems
- use libtool to build helping libraries git-svn-id: http://svn.irssi.org/repos/irssi/trunk@131 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f5fc624781
commit
c48606a440
4 changed files with 253 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
noinst_LIBRARIES = libirssi_config.a
|
||||
noinst_LTLIBRARIES = libirssi_config.la
|
||||
|
||||
INCLUDES = $(GLIB_CFLAGS)
|
||||
|
||||
libirssi_config_a_SOURCES = \
|
||||
libirssi_config_la_SOURCES = \
|
||||
irssi-config.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
noinst_LIBRARIES = libpopt.a
|
||||
noinst_LTLIBRARIES = libpopt.la
|
||||
|
||||
libpopt_a_SOURCES = \
|
||||
libpopt_la_SOURCES = \
|
||||
findme.c popt.c poptconfig.c popthelp.c poptparse.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue