12 lines
265 B
Makefile
12 lines
265 B
Makefile
include $(top_srcdir)/Common.am
|
|
|
|
library_includedir = $(includedir)/libmutom-${PACKAGE_VERSION}/ParticlePhysics/MuonTomography
|
|
library_include_HEADERS =
|
|
|
|
_PPMUTOM_SOURCES =
|
|
|
|
noinst_LTLIBRARIES = libmutomppmutom.la
|
|
libmutomppmutom_la_SOURCES = ${_PPMUTOM_SOURCES}
|
|
|
|
|