From a8a8dfb90d6a51ae369c042c95162f45754c7c4b Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Mon, 9 Jan 2012 11:00:50 +0000 Subject: Move tikzit into "trunk" directory git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@365 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- tikzit/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tikzit/Makefile.am (limited to 'tikzit/Makefile.am') diff --git a/tikzit/Makefile.am b/tikzit/Makefile.am new file mode 100644 index 0000000..0c7cb93 --- /dev/null +++ b/tikzit/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = src share +appdir = $(datarootdir)/tikzit +nobase_dist_app_DATA = shapes/*.tikz + +if WINDOWS +else +nobase_dist_app_DATA += tikzit48x48.png +endif -- cgit v1.2.3