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
This commit is contained in:
Peter Åstrand 2005-08-02 09:42:26 +00:00
parent e4f0ee6f7d
commit 46f5d6f7fc

View File

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