changeset 7257 | 5997d00782e8 |
parent 7216 | 3586fc0ba156 |
child 7280 | d1681bbd274a |
--- a/test/Makefile.in Sat Jun 01 12:53:32 2013 -0700 +++ b/test/Makefile.in Sun Jun 02 01:08:14 2013 -0700 @@ -150,10 +150,8 @@ ifeq (@ISMACOSX@,true) testnative$(EXE): $(srcdir)/testnative.c \ - $(srcdir)/testnativecocoa.m \ - $(srcdir)/testnativew32.c \ - $(srcdir)/testnativex11.c - $(CC) -o $@ $^ $(CFLAGS) $(LIBS) -L/usr/X11/lib -lX11 -framework Cocoa + $(srcdir)/testnativecocoa.m + $(CC) -o $@ $^ $(CFLAGS) $(LIBS) -framework Cocoa endif ifeq (@ISWINDOWS@,true)