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

libdir = $(xchatlibdir)/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)/..