From caf28401cac9ece5e314360f8a3a54479df59727 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 5 Jun 2015 17:44:47 +0200 Subject: Move gtk/ -> src/ For historical reasons, the code was placed under gtk/ subdirectory. If it was always bugging you, bug no more! --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 0a839e4..19c02b6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,15 +14,15 @@ TESTS = $(noinst_PROGRAMS) AM_CPPFLAGS = \ $(GIO_CFLAGS) \ - -I$(top_srcdir)/gtk \ - -I$(top_builddir)/gtk \ + -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ -DG_LOG_DOMAIN=\"GSpice\" \ $(NULL) AM_LDFLAGS = $(GIO_LIBS) -static LDADD = \ - $(top_builddir)/gtk/libspice-client-glib-2.0.la \ + $(top_builddir)/src/libspice-client-glib-2.0.la \ $(NULL) util_SOURCES = util.c -- cgit v1.2.3