Changeset 18492 for trunk/FACT++


Ignore:
Timestamp:
05/08/16 18:25:06 (9 years ago)
Author:
tbretz
Message:
Added rootifysql
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Makefile.am

    r18411 r18492  
    4949        showlog \
    5050        fitsdump fitscheck fitsselect \
    51         zfits
     51        zfits \
     52        rootifysql
    5253
    5354if HAS_GUI
     
    7172bin_PROGRAMS += makedata makeschedule
    7273if HAS_ROOT
    73 bin_PROGRAMS += makeplots
     74bin_PROGRAMS += makeplots rootifysql
    7475endif
    7576endif
     
    326327moon_LDADD = libTime.la libConfiguration.la
    327328
     329rootifysql_SOURCES = src/rootifysql.cc
     330rootifysql_LDADD = $(ROOTLDFLAGS) $(ROOTLIBS) libTime.la libConfiguration.la
     331
    328332makeplots_SOURCES = src/makeplots.cc
    329333makeplots_LDADD = $(ROOTLDFLAGS) $(ROOTLIBS) libTime.la libConfiguration.la
Note: See TracChangeset for help on using the changeset viewer.