summaryrefslogtreecommitdiff
path: root/icons/Makefile.am
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-03-07 11:26:11 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-03-07 11:26:11 +0000
commitb0f91cf4d43c63a0b06c04cc37db2690ec691720 (patch)
tree9e23443ad479cd588d6635b6394d7f658bd949dd /icons/Makefile.am
parent52cf87bb33b30a0b46eb0d66eb0118f4633e470a (diff)
downloadclientdata-b0f91cf4d43c63a0b06c04cc37db2690ec691720.tar.gz
clientdata-b0f91cf4d43c63a0b06c04cc37db2690ec691720.tar.bz2
clientdata-b0f91cf4d43c63a0b06c04cc37db2690ec691720.tar.xz
clientdata-b0f91cf4d43c63a0b06c04cc37db2690ec691720.zip
Branched new tmwdata module, which will contain the data shared among the 0.0
and trunk clients and tmwserv.
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r--icons/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am
deleted file mode 100644
index 375edef7..00000000
--- a/icons/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-
-iconsdir = $(pkgdatadir)/data/icons
-
-icons_DATA = tmw.png
-
-install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps
- $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)$(datadir)/pixmaps/tmw.png
-
-uninstall-local:
- rm -f $(DESTDIR)$(datadir)/pixmaps/tmw.png
-
-EXTRA_DIST = \
- $(icons_DATA)