Browse Source

SOCL: Add headers to the distribution.

Ludovic Courtès 13 years ago
parent
commit
503712c183
1 changed files with 14 additions and 0 deletions
  1. 14 0
      socl/src/Makefile.am

+ 14 - 0
socl/src/Makefile.am

@@ -23,6 +23,20 @@ SUBDIRS =
 
 lib_LTLIBRARIES = libsocl.la
 
+noinst_HEADERS =				\
+  command.h					\
+  command_list.h				\
+  command_queue.h				\
+  debug.h					\
+  devices.h					\
+  event.h					\
+  gc.h						\
+  getinfo.h					\
+  mem_objects.h					\
+  socl.h					\
+  task.h					\
+  util.h
+
 libsocl_la_SOURCES = 						\
   command.c \
   command_list.c \