Fixed for new ruby variables

This commit is contained in:
Jesse van den Kieboom 2006-03-24 11:59:42 +00:00
parent 4bca1de1e8
commit 03c2b4744d
1 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ INCLUDES = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@PACKAGE_CFLAGS@ \
@NOTIFY_CFLAGS@ \
@RUBYINCLUDE@
@RUBY_CFLAGS@
bin_PROGRAMS = gnoemoe
BUILT_SOURCES = gm-marshal.c gm-marshal.h
@ -35,13 +35,16 @@ gnoemoe_SOURCES += $(BUILT_SOURCES) \
gm-debug.c gm-debug.h \
list.c list.h
EXTRA_DIST = gm-marshal.list \
widgets/Makefile.include \
dialogs/Makefile.include \
mcp/Makefile.include \
mcp/Makefile.classes
if HAVE_SCRIPT
gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBY_LIBS@ @NOTIFY_LIBS@ parser/libparser.la
if HAS_RUBY
gnoemoe_SOURCES += gm-scripts.c gm-scripts.h
endif
@ -52,8 +55,6 @@ 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@ @NOTIFY_LIBS@ parser/libparser.la
CLEANFILES += $(BUILT_SOURCES)
dist-hook: