diff options
Diffstat (limited to 'plugin/attachment_tool')
-rw-r--r-- | plugin/attachment_tool/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/attachment_tool/Makefile.am b/plugin/attachment_tool/Makefile.am index ca0564b4..ae1006a6 100644 --- a/plugin/attachment_tool/Makefile.am +++ b/plugin/attachment_tool/Makefile.am @@ -6,11 +6,11 @@ attachment_tool_la_SOURCES = attachment_tool.c attachment_tool_la_LDFLAGS = -module -no-undefined -avoid-version INCLUDES = \ - $(GTK_CFLAGS) \ - -I$(includedir) \ -I$(top_srcdir) \ -I$(top_srcdir)/libsylph \ - -I$(top_srcdir)/src + -I$(top_srcdir)/src \ + $(GTK_CFLAGS) \ + -I$(includedir) attachment_tool_la_LIBADD = \ $(GTK_LIBS) \ |