diff --git a/src/Makefile.am b/src/Makefile.am index 94fbe90..ae41283 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in +SUBDIRS = dialogs INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @@ -18,8 +19,7 @@ gnoemoe_SOURCES = $(BUILT_SOURCES) \ gm-string.c gm-string.h gm-support.c gm-support.h \ gm-editor.c gm-editor.h \ gm-world-input-view.c gm-world-input-view.h \ - gm-pixbuf.c gm-pixbuf.h debug.c debug.h \ - dialogs/*.c dialogs/*.h + gm-pixbuf.c gm-pixbuf.h debug.c debug.h if HAVE_SCRIPT gnoemoe_SOURCES += gm-scripts.c gm-scripts.h @@ -31,7 +31,8 @@ gm-marshal.c: gm-marshal.list $(GLIB_GENMARSHAL) echo "#include \"gm-marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) $< --body --prefix=gm_marshal >> $@ -gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@ +gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@ \ + dialogs/libdialogs.la CLEANFILES = $(BUILT_SOURCES)