mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 16:35:01 -04:00
10 lines
280 B
Makefile
10 lines
280 B
Makefile
EXTRA_DIST = INSTALL LICENSE README
|
|
|
|
libdir = $(hexchatlibdir)/plugins
|
|
|
|
lib_LTLIBRARIES = fishlim.la
|
|
fishlim_la_SOURCES = fish.c irc.c keystore.c misc.c plugin_xchat.c
|
|
fishlim_la_LDFLAGS = -avoid-version -module
|
|
fishlim_la_LIBADD =
|
|
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..
|