IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 666


Ignore:
Timestamp:
May 13, 2004, 10:15:52 AM (22 years ago)
Author:
desonia
Message:

fixed include directory location problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/Makefile

    r658 r666  
    1212%.o:    %.c
    1313        @echo "    Compiling $<. "
    14         install ../psLib.h $(includedir)
    15         $(CC) $(CFLAGS) -I../../include -c $< -o $@
     14        $(CC) $(CFLAGS) -I../sysUtils -I../collections -c $< -o $@
    1615
    1716libpslib.a:     $(SRC_OBJS)
Note: See TracChangeset for help on using the changeset viewer.