index dadaef7adde5f333b0d4d60f5b3b83b4082241e6..b020eb6b3822a4b858364f558ffcbe01f95a2a6f 100644 (file)
lib_LTLIBRARIES = libtitransportrpmsg.la
# where to install the headers on the system
-libtitransportrpmsg_ladir = $(includedir)/ti/ipc
+libtitransportrpmsg_ladir = $(includedir)/ti/ipc/transports
# the list of header files that belong to the library (to be installed later)
-libtitransportrpmsg_la_HEADERS = $(top_srcdir)/linux/include/ti/ipc/Std.h
+libtitransportrpmsg_la_HEADERS = \
+ $(top_srcdir)/linux/include/ti/ipc/transports/TransportRpmsg.h
+
# the sources to add to the library and to add to the source distribution
libtitransportrpmsg_la_SOURCES = \
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
- $(mkdir_p) $(distdir)/../../../linux/include/ti/ipc
+ $(mkdir_p) $(distdir)/../../../linux/include/ti/ipc/transports
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \