summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoakim Sindholt <opensource@zhasha.com>2009-11-08 13:18:02 +0100
committerJoakim Sindholt <opensource@zhasha.com>2009-11-08 13:18:02 +0100
commitff4d7bf23b044f548375955db38a16ac3e4fa81c (patch)
treefdf7cc730c21662d08730e5fb871617e2e461fe5
parent8106da19477fa28cbd1ae75b96ce12a569920a3e (diff)
Update the stamping thing to not be so in your face
-rw-r--r--Makefile.am9
-rw-r--r--src/.gitignore1
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 3132e82..105c3f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,10 +11,10 @@ INCLUDES = \
-include $(CONFIG_HEADER) \
$(NULL)
-BUILT_SOURCES = src/rsim.vala.stamp
-
bin_PROGRAMS = rsim
+BUILT_SOURCES = src/.rsim.vala.stamp
+
rsim_VALASOURCES = \
src/cs.vala \
src/csimport.vala \
@@ -27,7 +27,7 @@ rsim_SOURCES = \
$(rsim_VALASOURCES:.vala=.c) \
$(NULL)
-src/rsim.vala.stamp: $(rsim_VALASOURCES)
+src/.rsim.vala.stamp: $(rsim_VALASOURCES)
$(VALAC) -C --pkg libxml-2.0 --pkg gtk+-2.0 --save-temps --basedir $(top_srcdir) $^
touch $@
@@ -37,7 +37,7 @@ rsim_LDADD = \
EXTRA_DIST = \
$(rsim_VALASOURCES) \
- src/rsim.vala.stamp \
+ src/.rsim.vala.stamp \
$(NULL)
DISTCLEANFILES = \
@@ -46,4 +46,5 @@ DISTCLEANFILES = \
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \
configure depcomp install-sh ltmain.sh \
Makefile.in missing config.h.in \
+ src/.rsim.vala.stamp \
mkinstalldirs data/Makefile.in
diff --git a/src/.gitignore b/src/.gitignore
index e9eeddc..e5d7920 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,4 +1,3 @@
*.o
*~
.*
-rsim.vala.stamp