]> source.dussan.org Git - tigervnc.git/commitdiff
Add headers to Makefile.am-s to fix "make dist" command in common/* subtree
authorAdam Tkac <atkac@redhat.com>
Wed, 18 Jun 2008 15:29:19 +0000 (15:29 +0000)
committerAdam Tkac <atkac@redhat.com>
Wed, 18 Jun 2008 15:29:19 +0000 (15:29 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2591 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/Xregion/Makefile.am
common/jpeg/Makefile.am
common/network/Makefile.am
common/rdr/Makefile.am
common/rfb/Makefile.am
common/zlib/Makefile.am

index 03151e2c67f5c4dd8a9c4fa3987805eb33529add..fb6a1c74b0c2f4afbfe8606d9f23a8174d4956b4 100644 (file)
@@ -1,3 +1,5 @@
 noinst_LTLIBRARIES = libXregion.la
 
-libXregion_la_SOURCES = Region.c
+HDRS = region.h Xregion.h
+
+libXregion_la_SOURCES = $(HDRS) Region.c
index 530b8ded60d67d8c14bab32d01ad72cb9445e9f9..b63c60257c0d85ecb4f03819f799594babf4036a 100644 (file)
@@ -1,11 +1,14 @@
 noinst_LTLIBRARIES = libjpeg.la
 
-libjpeg_la_SOURCES = jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c \
-       jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c \
-       jcparam.c jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
-       jdapistd.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c \
-       jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c \
-       jdphuff.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \
-       jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c \
-       jquant1.c jquant2.c jutils.c jmemmgr.c jmemnobs.c
+HDRS = jchuff.h jdct.h jdhuff.h jinclude.h jmemsys.h jpegint.h jpeglib.h \
+       jversion.h
+
+libjpeg_la_SOURCES = $(HDRS) jcapimin.c jcapistd.c jccoefct.c jccolor.c \
+       jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \
+       jcomapi.c jcparam.c jcphuff.c jcprepct.c jcsample.c jctrans.c \
+       jdapimin.c jdapistd.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \
+       jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \
+       jdmerge.c jdphuff.c jdpostct.c jdsample.c jdtrans.c jerror.c \
+       jfdctflt.c jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c \
+       jidctred.c jquant1.c jquant2.c jutils.c jmemmgr.c jmemnobs.c
 
index 716e8ba80252f97722ad53c4298b543382fd4c54..61d276bb6e96a50e2c9d92a50a625781c84eb8ee 100644 (file)
@@ -1,6 +1,8 @@
 noinst_LTLIBRARIES = libnetwork.la
 
-libnetwork_la_SOURCES = TcpSocket.cxx
+HDRS = Socket.h TcpSocket.h
+
+libnetwork_la_SOURCES = $(HDRS) TcpSocket.cxx
 
 libnetwork_la_CPPFLAGS = -I$(top_srcdir) @SOCKLEN_T_DEFINE@
 
index b9e7eb75db1cad7544d53884a42a99d55154380c..b1c0be51d534e6939dc686bd529d433f21ae4295 100644 (file)
@@ -1,8 +1,13 @@
 noinst_LTLIBRARIES = librdr.la
 
-librdr_la_SOURCES = Exception.cxx FdInStream.cxx FdOutStream.cxx InStream.cxx \
-       RandomStream.cxx ZlibInStream.cxx ZlibOutStream.cxx HexInStream.cxx \
-       HexOutStream.cxx
+HDRS = Exception.h FdInStream.h FdOutStream.h FixedMemOutStream.h \
+       HexInStream.h HexOutStream.h InStream.h MemInStream.h \
+       MemOutStream.h msvcwarning.h OutStream.h RandomStream.h \
+       SubstitutingInStream.h types.h ZlibInStream.h ZlibOutStream.h
+
+librdr_la_SOURCES = $(HDRS) Exception.cxx FdInStream.cxx FdOutStream.cxx \
+       InStream.cxx RandomStream.cxx ZlibInStream.cxx ZlibOutStream.cxx \
+       HexInStream.cxx HexOutStream.cxx
 
 librdr_la_CPPFLAGS = -I$(top_srcdir) @ZLIB_INCLUDE@
 
index 2f9e72e7891de1a26bd1b752b8225b7438775e6c..7fff7c8a19b614461bfafe30228f24af4de41a24 100644 (file)
@@ -1,6 +1,32 @@
 noinst_LTLIBRARIES = librfb.la
 
-librfb_la_SOURCES = Blacklist.cxx CConnection.cxx CMsgHandler.cxx \
+HDRS = Blacklist.h CapsContainer.h CapsList.h CConnection.h CFTMsgReader.h \
+       CFTMsgWriter.h CMsgHandler.h CMsgReader.h CMsgReaderV3.h CMsgWriter.h \
+       CMsgWriterV3.h ColourCube.h ColourMap.h ComparingUpdateTracker.h \
+       Configuration.h ConnParams.h CSecurity.h CSecurityNone.h \
+       CSecurityVncAuth.h Cursor.h Decoder.h DirManager.h d3des.h Encoder.h \
+       encodings.h Exception.h FileInfo.h FileManager.h FileReader.h \
+       FileWriter.h fttypes.h hextileConstants.h hextileDecode.h \
+       HextileDecoder.h hextileEncodeBetter.h hextileEncode.h \
+       HextileEncoder.h Hostname.h HTTPServer.h ImageGetter.h InputHandler.h \
+       IrixCLJpegCompressor.h IrixDMIC_RawToJpeg.h IrixDMJpegCompressor.h \
+       JpegCompressor.h JpegEncoder.h KeyRemapper.h keysymdef.h \
+       ListConnInfo.h Logger_file.h Logger.h Logger_stdio.h LogWriter.h \
+       msgTypes.h Password.h PixelBuffer.h PixelFormat.h Pixel.h \
+       RawDecoder.h RawEncoder.h Rect.h Region.h rreDecode.h RREDecoder.h \
+       rreEncode.h RREEncoder.h ScaledPixelBuffer.h ScaleFilters.h \
+       SConnection.h SDesktop.h secTypes.h ServerCore.h SFileTransfer.h \
+       SFileTransferManager.h SFTMsgReader.h SFTMsgWriter.h SMsgHandler.h \
+       SMsgReader.h SMsgReaderV3.h SMsgWriter.h SMsgWriterV3.h \
+       SSecurityFactoryStandard.h SSecurity.h SSecurityNone.h \
+       SSecurityVncAuth.h Threading.h tightDecode.h TightDecoder.h \
+       tightEncode.h TightEncoder.h TightPalette.h Timer.h TransferQueue.h \
+       TransImageGetter.h transInitTempl.h transTempl.h TrueColourMap.h \
+       UpdateTracker.h UserPasswdGetter.h util.h VNCSConnectionST.h \
+       VNCServer.h VNCServerST.h zrleDecode.h ZRLEDecoder.h zrleEncode.h \
+       ZRLEEncoder.h
+
+librfb_la_SOURCES = $(HDRS) Blacklist.cxx CConnection.cxx CMsgHandler.cxx \
        CMsgReader.cxx CMsgReaderV3.cxx CMsgWriter.cxx CMsgWriterV3.cxx \
        CSecurityVncAuth.cxx CapsContainer.cxx CapsList.cxx \
        ComparingUpdateTracker.cxx Configuration.cxx ConnParams.cxx \
index 4c51d2b0611044e504fd567051f2cc3b1c7711ff..10b7ffc50a46085f1d7003f094ec9edb0d0f2079 100644 (file)
@@ -1,6 +1,8 @@
 noinst_LTLIBRARIES = libz.la
 
-libz_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \
-       gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c \
-       inffast.h inffixed.h inflate.c inftrees.c inftrees.h infutil.c \
-       infutil.h trees.c trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h
+HDRS = deflate.h infblock.h infcodes.h inffast.h inffixed.h inftrees.h \
+       infutil.h trees.h zconf.h zlib.h zutil.h
+
+libz_la_SOURCES = $(HDRS) adler32.c compress.c crc32.c deflate.c gzio.c \
+       infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c \
+       trees.c uncompr.c