diff options
Diffstat (limited to 'unix/vncconfig')
-rw-r--r-- | unix/vncconfig/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/vncconfig/Makefile.am b/unix/vncconfig/Makefile.am index 0ae7e257..5e37ce0f 100644 --- a/unix/vncconfig/Makefile.am +++ b/unix/vncconfig/Makefile.am @@ -1,6 +1,9 @@ bin_PROGRAMS = vncconfig -vncconfig_SOURCES = vncExt.c vncconfig.cxx QueryConnectDialog.cxx buildtime.c +HDRS = QueryConnectDialog.h vncExt.h + +vncconfig_SOURCES = $(HDRS) vncExt.c vncconfig.cxx QueryConnectDialog.cxx \ + buildtime.c vncconfig_CPPFLAGS = -I$(COMMON_DIR) -I$(top_srcdir)/tx @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS |