summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 194e716..0c7cb93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,6 @@
SUBDIRS = src share
appdir = $(datarootdir)/tikzit
-nobase_dist_app_DATA = \
- draw-ellipse.png \
- draw-path.png \
- select-rectangular.png \
- transform-crop-and-resize.png \
- transform-move.png \
- shapes/*.tikz
+nobase_dist_app_DATA = shapes/*.tikz
if WINDOWS
else