Changeset 18492 for trunk/FACT++
- Timestamp:
- 05/08/16 18:25:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/Makefile.am
r18411 r18492 49 49 showlog \ 50 50 fitsdump fitscheck fitsselect \ 51 zfits 51 zfits \ 52 rootifysql 52 53 53 54 if HAS_GUI … … 71 72 bin_PROGRAMS += makedata makeschedule 72 73 if HAS_ROOT 73 bin_PROGRAMS += makeplots 74 bin_PROGRAMS += makeplots rootifysql 74 75 endif 75 76 endif … … 326 327 moon_LDADD = libTime.la libConfiguration.la 327 328 329 rootifysql_SOURCES = src/rootifysql.cc 330 rootifysql_LDADD = $(ROOTLDFLAGS) $(ROOTLIBS) libTime.la libConfiguration.la 331 328 332 makeplots_SOURCES = src/makeplots.cc 329 333 makeplots_LDADD = $(ROOTLDFLAGS) $(ROOTLIBS) libTime.la libConfiguration.la
Note:
See TracChangeset
for help on using the changeset viewer.