diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 18:40:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 18:40:04 +0000 |
| commit | 97019b8b77f7e6450d87b057bcb6eae43e9f3e2b (patch) | |
| tree | b4820ef663f1c15f4f4c10f3a2e681dcb4e79394 /data/buttons/Makefile.am | |
| parent | 6ca5c5891a58c616b32b733c99fe373aa58bc360 (diff) | |
adding buttons for styles
Diffstat (limited to 'data/buttons/Makefile.am')
| -rw-r--r-- | data/buttons/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/buttons/Makefile.am b/data/buttons/Makefile.am new file mode 100644 index 00000000..a1973a74 --- /dev/null +++ b/data/buttons/Makefile.am @@ -0,0 +1,12 @@ +buttonsdir = $(pkgdatadir)/buttons +MAINTAINERCLEANFILES = Makefile.in +buttons_DATA = fieron-bullet.xbm fieron-bulletl.xbm fieron-close.xbm \ + fieron-icon.xbm fieron-max.xbm fieron-stick.xbm \ + max.xbm stick.xbm icon.xbm close.xbm + +EXTRA_DIST = $(buttons_DATA) + +distclean-local: + rm -f *\~ .\#* +uninstall-am: + rmdir $(buttonsdir) |
