Skip to content

Commit f683f68

Browse files
committed
add forgotten pcm file installation
1 parent 59ef9fc commit f683f68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

calibrations/sepd/sepd_eventplanecalib/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ lib_LTLIBRARIES = \
2727
ROOTDICTS = \
2828
EventPlaneData_Dict.cc
2929

30+
pcmdir = $(libdir)
31+
# more elegant way to create pcm files (without listing them)
32+
nobase_dist_pcm_DATA = $(ROOTDICTS:.cc=_rdict.pcm)
33+
3034
# EventPlaneData is a locally used root i/o object - no need to create an io library
3135
libsepd_eventplanecalib_la_SOURCES = \
3236
$(ROOTDICTS) \

0 commit comments

Comments
 (0)