IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7068 for trunk/ppMerge/src


Ignore:
Timestamp:
May 4, 2006, 3:55:40 PM (20 years ago)
Author:
Paul Price
Message:

Fixing build system to refer to ppMerge instead of ppImage

File:
1 edited

Legend:

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

    r7061 r7068  
    1 bin_PROGRAMS = ppImage
     1bin_PROGRAMS = ppMerge
    22
    3 ppImage_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(ppImage_CFLAGS)
    4 ppImage_LDADD = $(PSLIB_LIBS) $(PSMODULE_LIBS)
    5 ppImage_SOURCES = \
     3ppMerge_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(ppMerge_CFLAGS)
     4ppMerge_LDADD = $(PSLIB_LIBS) $(PSMODULE_LIBS)
     5ppMerge_SOURCES =               \
    66        ppMerge.c               \
    77        ppMergeBackground.c     \
     
    1313
    1414
    15 noinst_HEADERS = \
     15noinst_HEADERS =                \
    1616        ppMerge.h               \
    1717        ppMergeBackground.h     \
Note: See TracChangeset for help on using the changeset viewer.