summaryrefslogtreecommitdiffstats
path: root/plugins/imtcp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/imtcp/Makefile.am')
-rw-r--r--plugins/imtcp/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/imtcp/Makefile.am b/plugins/imtcp/Makefile.am
index e6076cb9..fe43cd98 100644
--- a/plugins/imtcp/Makefile.am
+++ b/plugins/imtcp/Makefile.am
@@ -1,8 +1,6 @@
pkglib_LTLIBRARIES = imtcp.la
-imtcp_la_SOURCES = imtcp.c ../../module-template.h
-imtcp_la_CPPFLAGS = -I$(srcdir)/../.. $(pthreads_cflags)
+imtcp_la_SOURCES = imtcp.c
+imtcp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags)
imtcp_la_LDFLAGS = -module -avoid-version
imtcp_la_LIBADD =
-
-EXTRA_DIST =