summaryrefslogtreecommitdiff
path: root/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Imakefile')
-rw-r--r--Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Imakefile b/Imakefile
index 4c8acd2..827cb69 100644
--- a/Imakefile
+++ b/Imakefile
@@ -37,13 +37,13 @@
decode_lbx.c print_lbx.c printnas.c decodenas.c \
decode_wcp.c print_wcp.c decode_render.c print_render.c \
decode_randr.c print_randr.c decode_shm.c print_shm.c \
- $(PEX_SRC)
+ decode_bigreq.c print_bigreq.c $(PEX_SRC)
OBJS = scope.o common.o fd.o server.o decode11.o \
table11.o print11.o prtype.o audio.o \
decode_lbx.o print_lbx.o printnas.o decodenas.o \
decode_wcp.o print_wcp.o decode_render.o print_render.o \
decode_randr.o print_randr.o decode_shm.o print_shm.o \
- $(PEX_OBJ)
+ decode_bigreq.o print_bigreq.o $(PEX_OBJ)
ComplexProgramTarget(xscope)
SpecialObjectRule(common.o,$(_NOOP_),$(SIGNAL_DEFINES))