IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19575


Ignore:
Timestamp:
Sep 16, 2008, 9:12:50 AM (18 years ago)
Author:
Paul Price
Message:

Had CFLAGS where LIBS was supposed to be.

Location:
trunk/ppStats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/configure.ac

    r14186 r19575  
    2222IPP_STDOPTS
    2323CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
    24    
     24
     25AC_SUBST([PPSTATS_CFLAGS])
     26AC_SUBST([PPSTATS_LIBS])
     27
    2528AC_CONFIG_FILES([
    2629  Makefile
  • trunk/ppStats/src/Makefile.am

    r19568 r19575  
    11lib_LTLIBRARIES = libppStats.la
    22libppStats_la_CFLAGS = $(PPSTATS_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS)
    3 libppStats_la_LDFLAGS = $(PPSTATS_LIBS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS)
     3libppStats_la_LDFLAGS = $(PPSTATS_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS)
    44
    55bin_PROGRAMS = ppStats
Note: See TracChangeset for help on using the changeset viewer.