diff --git a/gnoemoe/Makefile.am b/gnoemoe/Makefile.am index d42d3ce..be50beb 100644 --- a/gnoemoe/Makefile.am +++ b/gnoemoe/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # SUBDIRS = test - +SUBDIRS = parser CLEANFILES = INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ @@ -45,7 +45,7 @@ mcp/Makefile.classes: mcp/packages.defs ( cd $(srcdir) && echo "gnoemoe_SOURCES += \\" > $@ && \ ./mcp/$(MCP_CLASSES) --defs $< --files --prefix "mcp/" >> $@ ) -gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@ +gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@ parser/libparser.la CLEANFILES += $(BUILT_SOURCES)