diff options
Diffstat (limited to 'plugins/python/Makefile.am')
-rw-r--r-- | plugins/python/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am deleted file mode 100644 index 3c574edf..00000000 --- a/plugins/python/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -libdir = $(hexchatlibdir) - -lib_LTLIBRARIES = python.la -python_la_SOURCES = python.c -python_la_LDFLAGS = $(PLUGIN_LDFLAGS) -module -python_la_LIBADD = $(PYTHON_LIBS) $(GLIB_LIBS) -python_la_CPPFLAGS = -I$(top_srcdir)/src/common $(PYTHON_CPPFLAGS) -python_la_CFLAGS = $(GLIB_CFLAGS) - |