From 0ad5e2d3d987a14b7573b372927e75526d2c867f Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 27 Oct 2007 09:57:27 +0000 Subject: [PATCH] make main.o to depend on version.h, too --- main/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/Makefile.am b/main/Makefile.am index 04f024ee..e2a16952 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -8,6 +8,8 @@ enigma2_SOURCES = \ bsod.o: version.h +main.o: version.h + # when there is no ../CVS/Entries, don't worry. ../CVS/Entries: -- 2.30.2