diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-27 22:46:44 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-27 22:46:44 -0500 |
| commit | 573bbb08a63d2f1c1cb873a0746613cfb6fdb560 (patch) | |
| tree | 35369d08fb4f9c1b1e741e7f04cb4ed986891207 | |
| parent | 40c014faf10021b75d30c52d8ccdd3b93b2da4d4 (diff) | |
add the autostart.sh.in to the dist targz instead of the autostart.sh
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fe704cb5..0b7e5878 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 \ |
