diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-27 19:37:48 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-27 19:37:48 -0500 |
| commit | 26cc41f6c6187dabd5c7ee4365c8fa44751009e5 (patch) | |
| tree | 15bef496e6efe33219314402ac86cd1444330cb0 /Makefile.am | |
| parent | 22a88cfe99d897dc7d3be7b53b954f6cdfa250c6 (diff) | |
| parent | b1dc814128c2cd402ef7b6717348a795a3c0ad14 (diff) | |
Merge branch 'backport' into work
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dd5bb6c5..ec6157b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ obtpubincludedir= $(includedir)/openbox/@OBT_VERSION@/obt rrpubincludedir = $(includedir)/openbox/@RR_VERSION@/render pixmapdir = $(datadir)/pixmaps xsddir = $(datadir)/openbox +secretbindir = $(libdir)/openbox theme = Clearlooks @@ -32,7 +33,7 @@ bin_PROGRAMS = \ openbox/openbox \ tools/gnome-panel-control/gnome-panel-control -bin_SCRIPTS = \ +secretbin_SCRIPTS = \ tools/xdg-autostart/xdg-autostart nodist_bin_SCRIPTS = \ @@ -424,8 +425,13 @@ dist_rc_DATA = \ edit = $(SED) \ -e 's!@version\@!$(VERSION)!' \ -e 's!@configdir\@!$(configdir)!' \ + -e 's!@secretbindir\@!$(secretbindir)!' \ -e 's!@bindir\@!$(bindir)!' +data/autostart.sh: $(srcdir)/data/autostart.sh.in Makefile + @echo make: creating $@ + @$(edit) $< >$@ + %.desktop: %.desktop.in Makefile @echo make: creating $@ @$(edit) $< >$@ |
