IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31266


Ignore:
Timestamp:
Apr 11, 2011, 1:13:14 PM (15 years ago)
Author:
rhenders
Message:

First commit of class for accessing a DVO database then storing IDs to a MySQL database

File:
1 edited

Legend:

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

    r31030 r31266  
    2121
    2222# all the programs we create
    23 bin_PROGRAMS = initbatch detectionbatch stackbatch
     23bin_PROGRAMS = dvo initbatch detectionbatch stackbatch
    2424
     25
     26# DVO
     27dvo_CFLAGS = $(IPPTOPSPS_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) -I/usr/include/libxml2
     28dvo_LDFLAGS = $(IPPTOPSPS_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) -lxml2
     29dvo_SOURCES = \
     30        Dvo.c \
     31        Logger.c
    2532
    2633# initbatch
Note: See TracChangeset for help on using the changeset viewer.