summaryrefslogtreecommitdiff
path: root/tikzit/src/Makefile.am
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:38:49 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:38:49 +0000
commit469ddcf97d23d4b38a761345ba58f9761d757456 (patch)
tree49da3e0f9a2350060838fd6090dbee29da90475a /tikzit/src/Makefile.am
parentc5f1d88491018af8a2e86ea55a439d730c759605 (diff)
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
Diffstat (limited to 'tikzit/src/Makefile.am')
-rw-r--r--tikzit/src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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