IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:47:13 AM (14 years ago)
Author:
eugene
Message:

changes to support pedantic gcc warnings; add configure option for debug-build and no-as-needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/Makefile.am

    r25709 r34089  
    99        pstampErrorCodes.h
    1010
    11 ppstamp_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS)
    12 pstamprequest_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS)
    13 pstampdump_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS)
     11ppstamp_CPPFLAGS = $(PPSTAMP_CFLAGS)
     12pstamprequest_CPPFLAGS = $(PPSTAMP_CFLAGS)
     13pstampdump_CPPFLAGS = $(PPSTAMP_CFLAGS)
    1414
    15 ppstamp_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS)
    16 pstamprequest_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS)
    17 pstampdump_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS)
     15ppstamp_LDFLAGS = $(PPSTAMP_LIBS)
     16pstamprequest_LDFLAGS = $(PPSTAMP_LIBS)
     17pstampdump_LDFLAGS = $(PPSTAMP_LIBS)
    1818
    1919ppstamp_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.