Changeset 14786
- Timestamp:
- 01/21/13 13:46:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/Makefile.am
r14652 r14786 63 63 endif 64 64 65 if HAS_ROOT66 65 if HAS_SQL 67 66 if HAS_NOVA 67 bin_PROGRAMS += makedata 68 if HAS_ROOT 68 69 bin_PROGRAMS += makeplots 69 70 endif … … 267 268 makeplots_LDADD = $(ROOTLDFLAGS) $(ROOTLIBS) libTime.la libConfiguration.la 268 269 270 makedata_SOURCES = src/makedata.cc 271 makedata_LDADD = libTime.la libConfiguration.la 272 269 273 270 274 chatserv_SOURCES = src/chatserv.cc src/LocalControl.h
Note:
See TracChangeset
for help on using the changeset viewer.