]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - linux/src/api/Makefile.in
Linux: Moved IPC specific types file (Std.h) into the ti/ipc namespace
[ipc/ipcdev.git] / linux / src / api / Makefile.in
index 44371d8a424a169104ca960bd22df4e8eb273feb..94b13206e25fb0730e0bdfc4cef6c0606a935b5c 100644 (file)
@@ -204,10 +204,10 @@ target_alias = @target_alias@
 lib_LTLIBRARIES = libtiipc.la
 
 # where to install the headers on the system
-libtiipc_ladir = $(includedir)
+libtiipc_ladir = $(includedir)/ti/ipc
 
 # the list of header files that belong to the library (to be installed later)
-libtiipc_la_HEADERS = $(top_srcdir)/linux/include/Std.h
+libtiipc_la_HEADERS = $(top_srcdir)/linux/include/ti/ipc/Std.h
 
 # the sources to add to the library and to add to the source distribution
 libtiipc_la_SOURCES = \
@@ -223,6 +223,7 @@ libtiipc_la_SOURCES = \
                         $(top_srcdir)/packages/ti/ipc/NameServer.h \
                         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
                         $(top_srcdir)/packages/ti/ipc/MessageQ.h \
+                        $(top_srcdir)/linux/include/ti/ipc/Std.h \
                         MessageQ.c \
                         MultiProc.c \
                         NameServer.c \
@@ -402,7 +403,7 @@ distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-       $(mkdir_p) $(distdir)/../../../linux/include
+       $(mkdir_p) $(distdir)/../../../linux/include/ti/ipc
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; for file in $$list; do \