From 469ddcf97d23d4b38a761345ba58f9761d757456 Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Mon, 9 Jan 2012 11:38:49 +0000 Subject: Don't bother with preambles if we can't do previews git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@369 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- tikzit/src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tikzit/src/Makefile.am') diff --git a/tikzit/src/Makefile.am b/tikzit/src/Makefile.am index f75e525..c018dc2 100644 --- a/tikzit/src/Makefile.am +++ b/tikzit/src/Makefile.am @@ -42,8 +42,6 @@ tikzit_SOURCES = linux/CairoRenderContext.m \ linux/NSError+Glib.m \ linux/NSFileManager+Glib.m \ linux/NSString+Glib.m \ - linux/PreambleEditor.m \ - linux/Preambles+Storage.m \ linux/PropertyPane.m \ linux/PropertyListEditor.m \ linux/RecentManager.m \ @@ -72,7 +70,6 @@ tikzit_SOURCES = linux/CairoRenderContext.m \ common/NSFileManager+Utils.m \ common/NSString+LatexConstants.m \ common/PickSupport.m \ - common/Preambles.m \ common/PropertyHolder.m \ common/GraphElementProperty.m \ common/RColor.m \ @@ -90,6 +87,9 @@ tikzit_SOURCES = linux/CairoRenderContext.m \ if HAVE_POPPLER tikzit_SOURCES += \ + common/Preambles.m \ + linux/PreambleEditor.m \ + linux/Preambles+Storage.m \ linux/PreviewRenderer.m \ linux/PreviewWindow.m endif -- cgit v1.2.3