diff options
author | Adam Tkac <atkac@redhat.com> | 2008-07-14 09:56:02 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-07-14 09:56:02 +0000 |
commit | e3522bcf2d7eb4354fd46d0af63c2cc3a8f11c78 (patch) | |
tree | 0d37ef898e1cfa110a4305343c7752d3f084a69b /unix/vncviewer | |
parent | 67e461fae2272758eed7bfc2a61624b27ad56159 (diff) | |
download | tigervnc-e3522bcf2d7eb4354fd46d0af63c2cc3a8f11c78.tar.gz tigervnc-e3522bcf2d7eb4354fd46d0af63c2cc3a8f11c78.zip |
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
Diffstat (limited to 'unix/vncviewer')
-rw-r--r-- | unix/vncviewer/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/vncviewer/Makefile.am b/unix/vncviewer/Makefile.am index a5b9ac32..a73e97ad 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 |