summary refs log tree commit diff stats
path: root/plugins/tcl/Makefile.am
blob: 24228ce886ff4e00524bde3414c54a6b3d7f29ed (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)
AM_CPPFLAGS = $(TCL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common