This commit is contained in:
Jesse van den Kieboom 2005-11-07 10:23:01 +00:00
parent c0b3190df6
commit dc2e336ca0
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
# SUBDIRS = test
CLEANFILES =
INCLUDES = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@ -7,7 +9,7 @@ INCLUDES = \
@RUBYINCLUDE@
bin_PROGRAMS = gnoemoe
BUILT_SOURCES = gm-marshal.c gm-marshal.h
BUILT_SOURCES = gm-marshal.c gm-marshal.h
gnoemoe_SOURCES = $(BUILT_SOURCES) \
gm-app.c gm-app.h \
@ -38,7 +40,7 @@ gm-marshal.c: gm-marshal.list $(GLIB_GENMARSHAL)
gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@
CLEANFILES = $(BUILT_SOURCES)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)