From 46f5d6f7fcb48a199dc2c2bb52268a91ca8576ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Tue, 2 Aug 2005 09:42:26 +0000 Subject: [PATCH] Explicitly list the files to cproto, instead of using *.c. This avoids troubles if you have some old files in the working directory (foo.c). Also, the order will be more permanent, which avoids unncessary changes to proto.h. The sound API is defined by rdpsnd_oss.c; no need to include the others. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@945 423420c4-83ab-492f-b58f-81f9feb106b5 --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6279786..a44d197 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,7 +76,11 @@ installkeymaps: .PHONY: proto proto: - cproto -DMAKE_PROTO -DWITH_OPENSSL -o proto.h *.c + cproto -DMAKE_PROTO -DWITH_OPENSSL -o proto.h \ + bitmap.c cache.c channels.c cliprdr.c disk.c mppc.c ewmhints.c \ + iso.c licence.c mcs.c orders.c parallel.c printer.c printercache.c \ + pstcache.c rdesktop.c rdp5.c rdp.c rdpdr.c rdpsnd.c rdpsnd_oss.c \ + secure.c serial.c tcp.c xclip.c xkeymap.c xwin.c .PHONY: clean clean: