Bläddra i källkod

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
tags/v0.0.90
Adam Tkac 16 år sedan
förälder
incheckning
e3522bcf2d

+ 5
- 2
unix/tx/Makefile.am Visa fil

@@ -1,6 +1,9 @@
noinst_LTLIBRARIES = libtx.la

libtx_la_SOURCES = TXWindow.cxx TXScrollbar.cxx TXViewport.cxx TXImage.cxx \
TXMenu.cxx
HDRS = TXButton.h TXCheckbox.h TXDialog.h TXEntry.h TXImage.h TXLabel.h \
TXMenu.h TXMsgBox.h TXScrollbar.h TXViewport.h TXWindow.h

libtx_la_SOURCES = $(HDRS) TXWindow.cxx TXScrollbar.cxx TXViewport.cxx \
TXImage.cxx TXMenu.cxx

libtx_la_CPPFLAGS = -I$(COMMON_DIR) @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS

+ 4
- 1
unix/vncconfig/Makefile.am Visa fil

@@ -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


+ 5
- 1
unix/vncviewer/Makefile.am Visa fil

@@ -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

+ 4
- 1
unix/x0vncserver/Makefile.am Visa fil

@@ -1,6 +1,9 @@
bin_PROGRAMS = x0vncserver

x0vncserver_SOURCES = Image.cxx TimeMillis.cxx PollingScheduler.cxx \
HDRS = Geometry.h Image.h PollingManager.h PollingScheduler.h TimeMillis.h \
XPixelBuffer.h

x0vncserver_SOURCES = $(HDRS) Image.cxx TimeMillis.cxx PollingScheduler.cxx \
PollingManager.cxx Geometry.cxx XPixelBuffer.cxx x0vncserver.cxx \
../vncconfig/QueryConnectDialog.cxx buildtime.c


+ 3
- 2
unix/xserver/hw/vnc/Makefile.am Visa fil

@@ -8,7 +8,9 @@ COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB)

noinst_LTLIBRARIES = libvnccommon.la

libvnccommon_la_SOURCES = vncExtInit.cc vncHooks.cc XserverDesktop.cc
HDRS = RegionHelper.h vncExtInit.h vncHooks.h XserverDesktop.h

libvnccommon_la_SOURCES = $(HDRS) vncExtInit.cc vncHooks.cc XserverDesktop.cc

libvnccommon_la_CPPFLAGS = -DVENDOR_RELEASE="$(VENDOR_RELEASE)" \
-DVENDOR_STRING="\"$(VENDOR_STRING)\"" -I$(LIB_DIR) \
@@ -58,4 +60,3 @@ pixman.h: $(includedir)/pixman-1/pixman.h

fbrop.h: $(top_srcdir)/fb/fbrop.h
cat $(top_srcdir)/fb/fbrop.h | sed -e 's,and,c_and,' -e 's,xor,c_xor,' > $(srcdir)/fbrop.h


Laddar…
Avbryt
Spara