diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-25 09:06:49 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-25 09:06:49 -0600 |
commit | 97b399a1e597c80d83782ed360abd841ef601ac3 (patch) | |
tree | b2283ebf045c3b41c6d8bb1c9e78f4949fa3f915 /kapptemplate | |
parent | 7c890835fa964dd51e036978055ea704820b1036 (diff) | |
download | tdesdk-97b399a1e597c80d83782ed360abd841ef601ac3.tar.gz tdesdk-97b399a1e597c80d83782ed360abd841ef601ac3.zip |
Fix build error in kapptemplate/Makefile.am.
Resolves bug report 787.
Diffstat (limited to 'kapptemplate')
-rw-r--r-- | kapptemplate/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/Makefile.am b/kapptemplate/Makefile.am index bf58afdc..cbce9905 100644 --- a/kapptemplate/Makefile.am +++ b/kapptemplate/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=admin appframework existing kapp kpartapp kpartplugin -VERSION := `cat $(srcdir)/VERSION` +VERSION = `cat $(srcdir)/VERSION` bin_SCRIPTS = kapptemplate |