User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060324 Ubuntu/dapper Firefox/1.5.0.1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060324 Ubuntu/dapper Firefox/1.5.0.1 With this change one can add/remove launcher files in config without needing to tweak the makefile again. Helps in distro packaging too since there is no need to autoreconf and create spurious build file differences against upstream if one wants to provide different default panel config. The wildcard propagates nicely up to the final makefile so this should be safe. Index: config/Makefile.am =================================================================== --- config/Makefile.am (revision 21050) +++ config/Makefile.am (working copy) @@ -1,8 +1,4 @@ confdir = $(sysconfdir)/xdg/xfce4/panel -conf_DATA = panels.xml \ - launcher-7.rc \ - launcher-8.rc \ - launcher-9.rc \ - launcher-10.rc +conf_DATA = panels.xml launcher-*.rc EXTRA_DIST = $(conf_DATA) Reproducible: Always
Hmm, I didn't know you could do that ;-) On one hand I really like this change for its simplicity, but on the other hand I also like the fact that you must specifically choose the files that will be installed. I'll think about it...
I believe this is fixed now (with *.rc.in).