mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 20:22:30 +01:00
3f855f07f5
Continuation of 83032b1aa
10 lines
324 B
Makefile
10 lines
324 B
Makefile
EXTRA_DIST = INSTALL LICENSE
|
|
|
|
libdir = $(hexchatlibdir)
|
|
|
|
lib_LTLIBRARIES = fishlim.la
|
|
fishlim_la_SOURCES = fish.c irc.c keystore.c plugin_hexchat.c
|
|
fishlim_la_LDFLAGS = $(PLUGIN_LDFLAGS) -module
|
|
fishlim_la_LIBADD = $(GLIB_LIBS) $(OPENSSL_LIBS)
|
|
fishlim_la_CFLAGS = $(GLIB_CFLAGS) $(OPENSSL_CFLAGS) -I$(top_srcdir)/src/common
|