IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40502


Ignore:
Timestamp:
Jul 6, 2018, 1:42:32 PM (8 years ago)
Author:
eugene
Message:

fix order of lib includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/skycalc/Makefile

    r40484 r40502  
    1 default: install
     11default: install
    22help:
    33        @echo "make options: install libskycalc all programs clean dist"
     
    1515FULL_CFLAGS   = $(BASE_CFLAGS) -fPIC
    1616FULL_CPPFLAGS = $(BASE_CPPFLAGS)
    17 FULL_LDFLAGS  = $(BASE_LDFLAGS) -lskycalc -lohana
     17FULL_LDFLAGS  = -lskycalc -lohana $(BASE_LDFLAGS)
    1818
    1919install: $(DESTINC)/skycalc.h $(DESTLIB)/libskycalc.a
Note: See TracChangeset for help on using the changeset viewer.