summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-27 20:14:30 +0000
committerDana Jansens <danakj@orodu.net>2003-10-27 20:14:30 +0000
commitace1d5b5103d55532255c05201d3ba218b18e133 (patch)
treeab515165b5b0ba3865c1b94b5bf4dde06c30b875 /Makefile.am
parent1ad44dab3541031549d49663551c1f3fe9762a94 (diff)
dist the version.h.in not the version.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7286ca37..7545278b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -260,7 +260,9 @@ dist_thebear_theme_DATA = \
pubinclude_HEADERS = \
render/render.h \
render/theme.h \
- parser/parse.h \
+ parser/parse.h
+
+nodist_pubinclude_HEADERS = \
version.h
nodist_pkgconfig_DATA = \
@@ -306,6 +308,7 @@ dist_desktopfiles_DATA = \
data/openbox.desktop
dist_noinst_DATA = \
+ version.h.in \
data/rc.xml.in \
data/menu.xml.in \
render/obrender-3.0.pc.in \