boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / include / include.am
index c0f28414c3083349ef86c6aa6692ac8b6a3bbc62..399e5420e8b3c78ef4bf5a0d6407cf79278cb619 100644 (file)
@@ -16,7 +16,7 @@
 
 # installed headers
 #
-dist_noinst_HEADERS += \
+pkginclude_HEADERS += \
        include/gc.h \
        include/gc_typed.h \
        include/gc_inline.h \
@@ -31,7 +31,8 @@ dist_noinst_HEADERS += \
        include/gc_amiga_redirects.h \
        include/gc_pthread_redirects.h \
        include/gc_config_macros.h \
-       include/gc_tiny_fl.h
+       include/gc_tiny_fl.h \
+       include/gc_version.h
 
 # headers which are not installed
 #
@@ -52,3 +53,8 @@ dist_noinst_HEADERS += \
        include/cord.h \
        include/ec.h \
        include/javaxfc.h 
+
+# unprefixed header
+include_HEADERS += \
+        include/extra/gc.h \
+        include/extra/gc_cpp.h