Added libdialogs

This commit is contained in:
Jesse van den Kieboom 2005-10-09 15:29:01 +00:00
parent 29af579086
commit 3391e047f8
1 changed files with 4 additions and 3 deletions

View File

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