c.sexchat/plugins/tcl/Makefile.am

11 lines
278 B
Makefile
Raw Normal View History

2011-02-24 04:14:30 +01:00
EXTRA_DIST=printevents.h tclplugin.h README
2012-07-14 09:22:24 +02:00
libdir = $(hexchatlibdir)/plugins
2011-02-24 04:14:30 +01:00
lib_LTLIBRARIES = tcl.la
tcl_la_SOURCES = tclplugin.c
tcl_la_LDFLAGS = -avoid-version -module
tcl_la_LIBADD = $(TCL_LIBS)
2012-10-30 04:06:57 +01:00
AM_CPPFLAGS = $(TCL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common