summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-04 19:05:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-04 19:05:58 (GMT)
commitc476dae9b50d6ff218e903e3f8d40ad51003fa40 (patch)
tree5f3f53037c88c1f5762fef54dc21ac4be7b324ce /configure.ac
parent3b4cdd10d6adf9155054989f41bb32759a9541c5 (diff)
Moved all files related to the GUI into the 'gui' directory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5328d27..d8896fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AM_SILENT_RULES
AM_GNU_GETTEXT_VERSION([0.18.3])
AM_GNU_GETTEXT([external])
-AC_CONFIG_SRCDIR([src/editor.c])
+AC_CONFIG_SRCDIR([src/main.c])
############################################################
@@ -333,7 +333,6 @@ AC_CONFIG_FILES([Makefile
src/decomp/expr/dalvik/Makefile
src/decomp/instr/Makefile
src/decomp/lang/Makefile
- src/dialogs/Makefile
src/format/Makefile
src/format/dex/Makefile
src/format/dwarf/Makefile
@@ -351,6 +350,7 @@ AC_CONFIG_FILES([Makefile
src/gtkext/graph/Makefile
src/gtkext/graph/nodes/Makefile
src/gui/Makefile
+ src/gui/dialogs/Makefile
src/gui/menus/Makefile
src/gui/panels/Makefile
src/gui/tb/Makefile