aboutsummaryrefslogtreecommitdiff
path: root/plugin/test
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/test')
-rw-r--r--plugin/test/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/test/Makefile.am b/plugin/test/Makefile.am
index d9d3f513..89cbba5d 100644
--- a/plugin/test/Makefile.am
+++ b/plugin/test/Makefile.am
@@ -6,11 +6,11 @@ test_la_SOURCES = test.c test.h
test_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)
test_la_LIBADD = \
$(GTK_LIBS) \