summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-08 23:20:48 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-08 23:20:48 +0000
commitf684562ab96876da07388da7d96063b5c22bdb4d (patch)
treed77e6766f2ac93507bf966f58288e2f46f455af0 /share
parente9b614e436b5720c1b2c51a07c5c063197cbf1e1 (diff)
GTK: all icons are now stored in the executable
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@360 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'share')
-rw-r--r--share/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 36f7987..d3b6a9d 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -1,6 +1,9 @@
+if WINDOWS
+else
sharedir = $(datarootdir)
nobase_dist_share_DATA = \
applications/tikzit.desktop \
icons/hicolor/*/apps/*.png \
icons/hicolor/scalable/apps/*.svg
+endif