1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/plugins/fishlim/Makefile.am

10 lines
282 B
Makefile
Raw Normal View History

2012-07-18 04:51:22 -04:00
EXTRA_DIST = INSTALL LICENSE README
libdir = $(hexchatlibdir)/plugins
lib_LTLIBRARIES = fishlim.la
2012-10-24 15:33:02 -04:00
fishlim_la_SOURCES = fish.c irc.c keystore.c misc.c plugin_hexchat.c
2012-07-18 04:51:22 -04:00
fishlim_la_LDFLAGS = -avoid-version -module
fishlim_la_LIBADD =
2012-10-13 16:26:35 -04:00
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..