summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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