summary refs log tree commit diff stats
path: root/src/htm/Properties/Settings.settings
AgeCommit message (Expand)Author
2012-07-13Rename XTM to HTMBerke Viktor
Ping <tngpng@gmail.com> 2012-07-14 02:22:24 -0500 fixed plugins using correct libdir' href='/git-repos/torxchat.git/commit/plugins/tcl/Makefile.am?h=fix-ub&id=a19fc013a5fa16f878e2ae0cdeef8816addcd543'>a19fc013 ^
4a6ceffb ^




84c536e4 ^
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)/..