Include headers in Makefile.am-s in unix/* to fix "make dist" command
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2625 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/vncviewer/Makefile.am b/unix/vncviewer/Makefile.am
index a5b9ac3..a73e97a 100644
--- a/unix/vncviewer/Makefile.am
+++ b/unix/vncviewer/Makefile.am
@@ -1,6 +1,10 @@
bin_PROGRAMS = vncviewer
-vncviewer_SOURCES = DesktopWindow.cxx CConn.cxx vncviewer.cxx buildtime.c
+HDRS = AboutDialog.h CConn.h DesktopWindow.h gettext.h InfoDialog.h \
+ OptionsDialog.h parameters.h PasswdDialog.h ServerDialog.h
+
+vncviewer_SOURCES = $(HDRS) DesktopWindow.cxx CConn.cxx vncviewer.cxx \
+ buildtime.c
vncviewer_CPPFLAGS = -I$(COMMON_DIR) -I$(top_srcdir) -I$(top_srcdir)/tx \
-I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\" @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS