IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9573


Ignore:
Timestamp:
Oct 13, 2006, 4:42:59 PM (20 years ago)
Author:
Paul Price
Message:

Don't need dummy.c (just leave SOURCES blank), and don't need error codes from psLib (much less install them as part of psModules).

Location:
trunk/psModules/src
Files:
3 deleted
1 edited

Legend:

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

    r9015 r9573  
    22lib_LTLIBRARIES = libpsmodules.la
    33
    4 libpsmodules_la_SOURCES = dummy.c
     4libpsmodules_la_SOURCES =
    55libpsmodules_la_CPPFLAGS = $(SRCINC)
    66libpsmodules_la_LIBADD = $(SRCSUBLIBS) $(PSMODULES_LIBS)
     
    1010        psmodules.h
    1111
    12 EXTRA_DIST = psErrorCodes.dat
    13 
    1412CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.