summary refs log tree commit diff stats
path: root/plugins/tcl/Makefile.am
blob: da2eb74b4466576e8f97e53b3881cc9c4a536557 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST=printevents.h tclplugin.h README

libdir = $(hexchatlibdir)/plugins

lib_LTLIBRARIES = tcl.la
tcl_la_SOURCES = tclplugin.c
tcl_la_LDFLAGS = -avoid-version -module 
tcl_la_LIBADD = $(TCL_LIBS)
INCLUDES = $(TCL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..