Added parser

This commit is contained in:
Jesse van den Kieboom 2005-12-23 16:08:05 +00:00
parent 9e820ac805
commit 2437dc3da2
1 changed files with 2 additions and 2 deletions

View File

@ -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)