소스 검색

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 \