From: ellson Date: Mon, 4 Apr 2011 04:16:50 +0000 (+0000) Subject: try to avoid breaking platforms w/o Qt support X-Git-Tag: LAST_LIBGRAPH~32^2~871 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10df74b36ad708147f4f57f8b49432c8bd1f6dce;p=graphviz try to avoid breaking platforms w/o Qt support --- diff --git a/cmd/gvedit/Makefile.am b/cmd/gvedit/Makefile.am index c4da2e90e..e744255f0 100644 --- a/cmd/gvedit/Makefile.am +++ b/cmd/gvedit/Makefile.am @@ -3,11 +3,12 @@ SUBDIRS = ui images -bin_PROGRAMS = gvedit - gveditdir = $(pkgdatadir)/gvedit +if WITH_QT +bin_PROGRAMS = gvedit gvedit_DATA = attrs.txt +endif gvedit_SOURCES = main.cpp csettings.cpp mainwindow.cpp imageviewer.cpp mdichild.cpp