diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-14 21:23:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-14 21:23:44 -0400 |
commit | 59c9d24bbf0a0e6c8b4a693d5fc99edac7207843 (patch) | |
tree | 78e0c70c7e9194d43515871d9f24d53dd1b5870d /configure.ac | |
parent | 53b37b8f719a55c9aa8048ee2e7b2e5b6b4f106f (diff) | |
download | gtk+-59c9d24bbf0a0e6c8b4a693d5fc99edac7207843.tar.gz |
inspector: stop being a module
Moving the inspector into libgtk lets use reuse internals without
having to add public API for everything or inventing awkward private
call conventions.
https://bugzilla.gnome.org/show_bug.cgi?id=730095
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 694c9f6d08..3f06c897bc 100644 --- a/configure.ac +++ b/configure.ac @@ -1887,6 +1887,7 @@ gtk/makefile.msc gtk/gtkversion.h gtk/gtk-win32.rc gtk/a11y/Makefile +gtk/inspector/Makefile gtk/native/Makefile libgail-util/Makefile modules/Makefile @@ -1898,7 +1899,6 @@ modules/printbackends/lpr/Makefile modules/printbackends/file/Makefile modules/printbackends/papi/Makefile modules/printbackends/test/Makefile -modules/inspector/Makefile ]) AC_OUTPUT |