mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
6a82e806b4
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1975 dbcabf3a-b0e7-0310-adc4-f8d773084564
16 lines
202 B
Makefile
16 lines
202 B
Makefile
noinst_LIBRARIES = libirssi_config.a
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/src \
|
|
$(GLIB_CFLAGS)
|
|
|
|
libirssi_config_a_SOURCES = \
|
|
get.c \
|
|
set.c \
|
|
parse.c \
|
|
write.c
|
|
|
|
noinst_HEADERS = \
|
|
iconfig.h \
|
|
module.h
|