summary refs log tree commit diff stats
path: root/plugins/tcl/Makefile.am
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-01 04:51:34 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-01 04:51:34 +0200
commitb70062d6d257be8bf0d9f1260c519e5de129b580 (patch)
tree9199c912ce434b0fd14a2cac8f3ffa92265eca3d /plugins/tcl/Makefile.am
parentabd20c25dcc1053e3ee6c71bab0430e6667fa574 (diff)
Nuke Lua and Tcl
Diffstat (limited to 'plugins/tcl/Makefile.am')
-rw-r--r--plugins/tcl/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/tcl/Makefile.am b/plugins/tcl/Makefile.am
deleted file mode 100644
index 24228ce8..00000000
--- a/plugins/tcl/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-
-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