summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2015-06-05 17:44:47 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2015-06-08 17:38:58 +0200
commitcaf28401cac9ece5e314360f8a3a54479df59727 (patch)
tree7ada0451442ffa1d9d056500ebd878ad80da3e06 /tests
parent39c315241350dde3741c99fee4fff17b22d2b1fa (diff)
Move gtk/ -> src/
For historical reasons, the code was placed under gtk/ subdirectory. If it was always bugging you, bug no more!
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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