# HG changeset patch # User bert # Date 1109894816 0 # Node ID 47b0da03c5ba633c1bb6a4f2218682f485c0b9ea # Parent 326d5bc17570ba3aa2ea1a0e70f8e10a74aa0164 Move most of the headers into an acr_nema subdirectory to avoid naming conflicts diff --git a/conversion/Acr_nema/Makefile.am b/conversion/Acr_nema/Makefile.am --- a/conversion/Acr_nema/Makefile.am +++ b/conversion/Acr_nema/Makefile.am @@ -1,7 +1,14 @@ AUTOMAKE_OPTIONS = check-news -include_HEADERS = \ - acr_nema.h \ +# This is the only header installed in the "includedir" +# +include_HEADERS = acr_nema.h + +# All other headers are installed in this subdirectory. +# +include_acr_nemadir = $(includedir)/acr_nema + +include_acr_nema_HEADERS = \ acr_nema/acr_io.h \ acr_nema/dicom_client_routines.h \ acr_nema/dicom_network.h \