diff options
Diffstat (limited to 'libxcb')
-rw-r--r-- | libxcb/src/makefile.srcs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxcb/src/makefile.srcs b/libxcb/src/makefile.srcs index 2d4846a89..d91835aeb 100644 --- a/libxcb/src/makefile.srcs +++ b/libxcb/src/makefile.srcs @@ -11,3 +11,5 @@ XCBPROTO_XCBINCLUDEDIR = ..\xcb-proto\src %.c: $(XCBPROTO_XCBINCLUDEDIR)\%.xml python c_client.py -p $(XCBPROTO_XCBPYTHONDIR) $< +CLEANRULEPOSTFIX=noobjs + |