]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
watch for groups in .desktop files and remember the current group. validate the names...
[chaz/openbox] / Makefile.am
index 67d6e8b4d9dcea772c9d3c95a95f3db9f83ab661..00c889a9ab770cc1f08f744884311f26d112e536 100644 (file)
@@ -12,7 +12,6 @@ obtpubincludedir= $(includedir)/openbox/@OBT_VERSION@/obt
 rrpubincludedir = $(includedir)/openbox/@RR_VERSION@/obrender
 pixmapdir       = $(datadir)/pixmaps
 xsddir          = $(datadir)/openbox
-libexecdir      = $(prefix)/libexec
 appsdir         = $(datadir)/applications
 
 theme = Clearlooks
@@ -430,6 +429,7 @@ rrpubinclude_HEADERS = \
        obrender/version.h
 
 obtpubinclude_HEADERS = \
+       obt/ddfile.h \
        obt/display.h \
        obt/keyboard.h \
        obt/mainloop.h \
@@ -462,6 +462,10 @@ edit = $(SED) \
        -e 's!@libexecdir\@!$(libexecdir)!' \
        -e 's!@bindir\@!$(bindir)!'
 
+data/autostart/autostart: $(srcdir)/data/autostart/autostart.in Makefile
+       @echo make: creating $@
+       @$(edit) $< >$@
+
 data/autostart/openbox-autostart: $(srcdir)/data/autostart/openbox-autostart.in Makefile
        @echo make: creating $@
        @$(edit) $< >$@
@@ -493,6 +497,8 @@ nodist_xsessions_DATA = \
 dist_noinst_DATA = \
        data/rc.xsd \
        data/menu.xsd \
+       data/autostart/autostart.in \
+       data/autostart/openbox-autostart.in \
        data/xsession/openbox.desktop.in \
        data/xsession/openbox-gnome.desktop.in \
        data/xsession/openbox-kde.desktop.in \
This page took 0.0205 seconds and 4 git commands to generate.