(composite.o): Depends on frame.h and termhooks.h.
authorKenichi Handa <handa@m17n.org>
Wed, 4 Feb 2009 01:31:37 +0000 (01:31 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 4 Feb 2009 01:31:37 +0000 (01:31 +0000)
src/Makefile.in

index 5ba52a3..14f0c8a 100644 (file)
@@ -1241,8 +1241,8 @@ lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
  charset.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h
 
 /* Text properties support */
-composite.o: composite.c buffer.h character.h dispextern.h font.h frame.h \
-       $(INTERVALS_H) window.h $(config_h)
+composite.o: composite.c buffer.h character.h coding.h dispextern.h font.h \
+        frame.h termhooks.h $(INTERVALS_H) window.h $(config_h)
 intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \
        keymap.h $(config_h)
 textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \