From f684562ab96876da07388da7d96063b5c22bdb4d Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Sun, 8 Jan 2012 23:20:48 +0000 Subject: 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 --- share/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share') 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 -- cgit v1.2.3