aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-08-28 19:26:03 +0000
committerGuy Harris <guy@alum.mit.edu>2011-08-28 19:26:03 +0000
commit05925d1e4ce27d31345f0ab8b09b5ac4b3ef5a9d (patch)
tree9e5f92d43f9addcec9d6ee15f349c4d96f221d20 /Makefile.am
parenta08c67c5586ce7dd4b5d85a61faaf4d493657e79 (diff)
Escape the newlines in the definition of ui_DATA.
svn path=/trunk/; revision=38763
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ed87d3c1f7..bf11310d4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -269,8 +269,8 @@ tpncp_DATA = \
#
uidir = $(pkgdatadir)/ui
ui_DATA = \
- gtk/ui/main-menubar-ui.xml
- gtk/ui/tree-view-ui.xml
+ gtk/ui/main-menubar-ui.xml \
+ gtk/ui/tree-view-ui.xml \
gtk/ui/bytes-view-ui.xml
#