IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11554


Ignore:
Timestamp:
Feb 1, 2007, 12:29:38 PM (19 years ago)
Author:
jhoblitt
Message:

distcheck fixes

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/Makefile.am

    r11408 r11554  
    44pkgconfig_DATA= pxtools.pc
    55
    6 EXTRA_DIST=pxtools.pc.in
     6EXTRA_DIST = \
     7        pxtools.pc.in \
     8        autogen.sh
    79
    810CLEANFILES = *~ core core.*
  • trunk/ippTools/src/Makefile.am

    r11517 r11554  
    1919noinst_HEADERS = \
    2020        dettool.h \
     21        detselect.h \
    2122        p0tool.h \
    2223        p1tool.h \
    2324        p2tool.h \
    2425        p3tool.h \
     26        p4tool.h \
    2527        pxadmin.h \
    2628        pxinject.h \
     
    126128BUILT_SOURCES = pxtoolsErrorCodes.h pxtoolsErrorCodes.c
    127129CLEANFILES = pxtoolsErrorCodes.h pxtoolsErrorCodes.c
     130EXTRA_DIST = pxtoolsErrorCodes.dat pxtoolsErrorCodes.c.in pxtoolsErrorCodes.h.in
    128131
    129132pxtoolsErrorCodes.h : pxtoolsErrorCodes.dat pxtoolsErrorCodes.h.in
  • trunk/psastro/src/Makefile.am

    r10864 r11554  
    5252BUILT_SOURCES = psastroErrorCodes.h psastroErrorCodes.c
    5353CLEANFILES = psastroErrorCodes.h psastroErrorCodes.c
     54EXTRA_DIST = psastroErrorCodes.dat psastroErrorCodes.h.in psastroErrorCodes.c.in
    5455
    5556psastroErrorCodes.h : psastroErrorCodes.dat psastroErrorCodes.h.in
  • trunk/psphot/src/Makefile.am

    r11185 r11554  
    6464BUILT_SOURCES = psphotErrorCodes.h psphotErrorCodes.c
    6565CLEANFILES = psphotErrorCodes.h psphotErrorCodes.c
     66EXTRA_DIST = psphotErrorCodes.dat psphotErrorCodes.c.in psphotErrorCodes.h.in \
     67        models/pmModel_STRAIL.c \
     68        models/pmModel_TEST1.c
    6669
    6770psphotErrorCodes.h : psphotErrorCodes.dat psphotErrorCodes.h.in
  • trunk/pswarp/src/Makefile.am

    r10957 r11554  
    3939BUILT_SOURCES = pswarpErrorCodes.h pswarpErrorCodes.c
    4040CLEANFILES = pswarpErrorCodes.h pswarpErrorCodes.c
     41EXTRA_DIST = pswarpErrorCodes.dat pswarpErrorCodes.c.in pswarpErrorCodes.h.in
    4142
    4243pswarpErrorCodes.h : pswarpErrorCodes.dat pswarpErrorCodes.h.in
Note: See TracChangeset for help on using the changeset viewer.