Move definition of UI_FILES out of HAVE_GUI.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 16 Apr 2010 03:39:47 +0000 (20:39 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 16 Apr 2010 03:39:47 +0000 (20:39 -0700)
commit91946022cdf4716dee3d802dd9827169cf995912
tree94be68b9c34467ad380be92b6e34366eb5966f5d
parentc123de464dea801978314665b174f735a873378d
Move definition of UI_FILES out of HAVE_GUI.

UI_FILES needs to be defined regardless of whether the GUI is being built,
because the .ui files are needed to generate pspp.pot.  (We don't want
pspp.pot to depend on whether the GUI is configured, either.)

Problem reported by Michel Boaventura <michel.boaventura@gmail.com>.
src/ui/automake.mk
src/ui/gui/automake.mk
src/ui/gui/sheet/automake.mk