summary refs log tree commit diff stats
path: root/plugins/tcl/Makefile.am
diff options
context:
space:
mode:
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