Add make support for FiSHLiM on Unix

This commit is contained in:
Berke Viktor
2012-07-18 10:51:22 +02:00
parent 0cf80ecb32
commit 1d3c6d672e
5 changed files with 72 additions and 76 deletions

View File

@@ -0,0 +1,9 @@
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 =
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..