Added extradists

This commit is contained in:
Jesse van den Kieboom 2006-01-10 00:43:16 +00:00
parent c7d574282c
commit d52e12ba49
1 changed files with 15 additions and 5 deletions

View File

@ -3,6 +3,7 @@
SUBDIRS = parser
CLEANFILES =
INCLUDES = \
-I$(srcdir) \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@PACKAGE_CFLAGS@ \
@ -11,7 +12,15 @@ INCLUDES = \
bin_PROGRAMS = gnoemoe
BUILT_SOURCES = gm-marshal.c gm-marshal.h
gnoemoe_SOURCES = $(BUILT_SOURCES) \
gnoemoe_SOURCES =
include widgets/Makefile.include
include dialogs/Makefile.include
include mcp/Makefile.include
include mcp/Makefile.classes
gnoemoe_SOURCES += $(BUILT_SOURCES) \
gm-ansi.h gm-ui.h \
gm-app.c gm-app.h \
gm-options.c gm-options.h \
gm-color-table.c gm-color-table.h \
@ -25,10 +34,11 @@ gnoemoe_SOURCES = $(BUILT_SOURCES) \
gm-debug.c gm-debug.h \
list.c list.h
include $(srcdir)/widgets/Makefile.include
include $(srcdir)/dialogs/Makefile.include
include $(srcdir)/mcp/Makefile.include
include $(srcdir)/mcp/Makefile.classes
EXTRA_DIST = gm-marshal.list \
widgets/Makefile.include \
dialogs/Makefile.include \
mcp/Makefile.include \
mcp/Makefile.classes
if HAVE_SCRIPT
gnoemoe_SOURCES += gm-scripts.c gm-scripts.h