From db3ac6f0370159237530248efa79557c2cd98499 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Apr 2004 05:57:41 +0000 Subject: Don't install sdp_internal.h --- include/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index ec8835a2..bdb5e939 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,7 +4,9 @@ includedir = @includedir@/bluetooth -include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h sdp_internal.h bnep.h cmtp.h +include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h + +noinst_HEADERS = sdp_internal.h all-local: -- cgit