From: guy Date: Sun, 28 Aug 2011 19:26:03 +0000 (+0000) Subject: Escape the newlines in the definition of ui_DATA. X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=c88f89fdfa0dc2a141da2c00beaf2980f9f9392b Escape the newlines in the definition of ui_DATA. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38763 f5534014-38df-0310-8fa8-9805f1628bb7 --- 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 #