From 9f16bd102ac588a85dddcd8557c2217752528e5c Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 Jan 2007 04:38:43 +0000 Subject: try to add svn version git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@756 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- Makefile.am | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3d01351..c45fb28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ lcd4linux_LDADD = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@ lcd4linux_DEPENDENCIES = @DRIVERS@ @PLUGINS@ lcd4linux_SOURCES = \ -lcd4linux.c \ +lcd4linux.c svn_version.h \ cfg.c cfg.h \ debug.c debug.h \ drv.c drv.h \ @@ -83,7 +83,6 @@ drv_MatrixOrbital.c \ drv_MilfordInstruments.c \ drv_Noritake.c \ drv_NULL.c \ -drv_picoLCD.c \ drv_RouterBoard.c \ drv_Sample.c \ drv_serdisplib.c \ @@ -131,6 +130,7 @@ plugin_xmms.c EXTRA_DIST = \ +svn_version.sh \ lcd4linux.conf.sample \ lcd4kde.conf \ lcd4linux.kdelnk \ @@ -147,3 +147,12 @@ TODO \ README \ plugin_sample.c + + +# create subversion version + +.PHONY: svn_version + +svn_version: + svn_version.sh + -- cgit v1.2.3