summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parent39c315241350dde3741c99fee4fff17b22d2b1fa (diff)
downloadspice-gtk-caf28401cac9ece5e314360f8a3a54479df59727.tar.gz
spice-gtk-caf28401cac9ece5e314360f8a3a54479df59727.tar.xz
spice-gtk-caf28401cac9ece5e314360f8a3a54479df59727.zip
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 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index cf5a039..1d8f4d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ dnl =========================================================================
dnl Chek optional features
srcdir="$(dirname $0)"
-if test ! -e "$srcdir/gtk/vncdisplaykeymap_osx2xtkbd.c"; then
+if test ! -e "$srcdir/src/vncdisplaykeymap_osx2xtkbd.c"; then
AC_MSG_CHECKING([for Text::CSV Perl module])
perl -MText::CSV -e "" >/dev/null 2>&1
if test $? -ne 0 ; then
@@ -708,7 +708,7 @@ dnl ===========================================================================
dnl check compiler flags
# We want to enable these, but need to sort out the
-# decl mess with gtk/generated_*.c
+# decl mess with src/generated_*.c
dontwarn="-Wmissing-prototypes -Wmissing-declarations"
# We want to enable these, but Gtk+2.0 has a bad decl
@@ -746,9 +746,9 @@ spice-controller.pc
data/Makefile
data/spicy.nsis
po/Makefile.in
-gtk/Makefile
-gtk/spice-version.h
-gtk/controller/Makefile
+src/Makefile
+src/spice-version.h
+src/controller/Makefile
doc/Makefile
doc/reference/Makefile
man/Makefile