changeset 1992:47b0da03c5ba

Move most of the headers into an acr_nema subdirectory to avoid naming conflicts
author bert <bert>
date Fri, 04 Mar 2005 00:06:56 +0000
parents 326d5bc17570
children 300fd0f951cb
files conversion/Acr_nema/Makefile.am
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 \