From: Dana Jansens Date: Thu, 28 Feb 2008 03:46:44 +0000 (-0500) Subject: add the autostart.sh.in to the dist targz instead of the autostart.sh X-Git-Tag: release-3.4.7-pre2~14^2 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=573bbb08a63d2f1c1cb873a0746613cfb6fdb560;ds=sidebyside add the autostart.sh.in to the dist targz instead of the autostart.sh --- diff --git a/Makefile.am b/Makefile.am index fe704cb..0b7e587 100644 --- a/Makefile.am +++ b/Makefile.am @@ -405,8 +405,10 @@ nodist_pkgconfig_DATA = \ dist_pixmap_DATA = \ data/openbox.png +nodist_rc_DATA = \ + data/autostart.sh + dist_rc_DATA = \ - data/autostart.sh \ data/rc.xml \ data/menu.xml @@ -446,6 +448,7 @@ nodist_xsessions_DATA = \ dist_noinst_DATA = \ version.h.in \ + data/autostart.sh.in \ data/rc.xsd \ data/menu.xsd \ data/xsession/openbox.desktop.in \