mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 08:25:04 -04:00
11 lines
261 B
Makefile
11 lines
261 B
Makefile
|
|
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)/..
|