mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
|
noinst_LIBRARIES = libirssi_config.a
|
||
|
|
||
|
INCLUDES = $(GLIB_CFLAGS)
|
||
|
|
||
|
libirssi_config_a_SOURCES = \
|
||
|
irssi-config.c
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
irssi-config.h
|