initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / x11 / wmifs / makefile.patch
1 --- wmifs.app/wmifs/Makefile.orig       Mon Aug 26 11:42:35 2002
2 +++ wmifs.app/wmifs/Makefile    Mon Aug 26 11:42:47 2002
3 @@ -7,7 +7,7 @@
4  
5  
6  .c.o:
7 -       cc -c -O2 -Wall $< -o $*.o
8 +       cc -I/usr/X11R6/include -c -O2 -Wall $< -o $*.o
9  
10  wmifs: $(OBJS)
11         cc -o wmifs $^ -lXext $(LIBDIR) $(LIBS)