]> Dogcows Code - chaz/openbox/commitdiff
dist the version.h.in not the version.h
authorDana Jansens <danakj@orodu.net>
Mon, 27 Oct 2003 20:14:30 +0000 (20:14 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 27 Oct 2003 20:14:30 +0000 (20:14 +0000)
Makefile.am

index 7286ca37b662fe3c939ec02aca54c3a3532c1dd9..7545278bdeafe99841c6932ab7aa001a10c0a9fb 100644 (file)
@@ -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 \
This page took 0.027372 seconds and 4 git commands to generate.