]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - Makefile.am
Linux: Addresses timed-out NameServer requests in LAD
[ipc/ipcdev.git] / Makefile.am
index 50bc6523086596192c7c06b10ad5e4637cb689c0..eeb5d108a61ee1fa7827ff1a3ddcd4c08c5357e3 100644 (file)
@@ -1,5 +1,5 @@
 ##
-##  Copyright (c) 2013, Texas Instruments Incorporated
+##  Copyright (c) 2013-2014, Texas Instruments Incorporated
 ##
 ##  Redistribution and use in source and binary forms, with or without
 ##  modification, are permitted provided that the following conditions
 ##
 
 # the subdirectories of the project to go into
-SUBDIRS =  linux/etc linux/src/utils linux/src/api linux/src/family \
-        linux/src/daemon linux/src/tests linux/src/mm
-
-# hook to remove libtools library extention files (.la)
-install-exec-hook:
-       rm -f $(DESTDIR)$(libdir)/*.la
+SUBDIRS =  linux/etc linux/src/utils linux/src/api \
+        linux/src/mm linux/src/daemon linux/src/tests
 
 # where to install common headers on the system
 ipcincludedir = $(includedir)/ti/ipc
 
 # the list of common header files (to be installed later)
-ipcinclude_HEADERS = $(top_srcdir)/packages/ti/ipc/MessageQ.h \
+ipcinclude_HEADERS = $(top_srcdir)/packages/ti/ipc/Ipc.h \
+                $(top_srcdir)/packages/ti/ipc/GateMP.h \
+                $(top_srcdir)/packages/ti/ipc/MessageQ.h \
                 $(top_srcdir)/packages/ti/ipc/MultiProc.h \
                 $(top_srcdir)/packages/ti/ipc/NameServer.h
-