浏览代码

SOCL: Add headers to the distribution.

Ludovic Courtès 13 年之前
父节点
当前提交
503712c183
共有 1 个文件被更改,包括 14 次插入0 次删除
  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 \