IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3735


Ignore:
Timestamp:
Apr 20, 2005, 5:33:03 PM (21 years ago)
Author:
jhoblitt
Message:

remove unnecessary autoconf substitution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/src_makefile_am.tt

    r3731 r3735  
    55lib[% lib_name %]_la_CFLAGS  = $(PSLIB_CFLAGS) $(AM_CFLAGS)
    66lib[% lib_name %]_la_LIBS    = $(PSLIB_LIBS) $(AM_LIBS)
    7 lib[% lib_name %]_la_LDFLAGS = -release @PACKAGE_VERSION@
     7lib[% lib_name %]_la_LDFLAGS = -release $(PACKAGE_VERSION)
    88lib[% lib_name %]_la_SOURCES = \
    99    [% lib_name %].h \
Note: See TracChangeset for help on using the changeset viewer.