Hi,

On Fri, Jun 19, 2009 at 10:23:22AM -0700, David Anderson wrote:

> None of those files (msg_queue.h, synch.h, shmem.h)
> should be getting included via boinc_api.h

Then it could be made explicit:

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 93e5a26..8ded0e7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -113,16 +113,24 @@ pkginclude_HEADERS = \
     parse.h \
     prefs.h \
     proxy_info.h \
-    shmem.h \
     stackwalker_imports.h \
     stackwalker_win.h \
     str_util.h \
-    synch.h \
     util.h \
     win_util.h \
     $(mac_headers)
 endif
 
+# These are used internally and are not meant to be installed
+noinst_HEADERS = \
+    msg_queue.h \
+    proc_control.h \
+    procinfo.h \
+    shmem.h \
+    str_replace.h \
+    synch.h \
+    unix_util.h
+
 lib_LTLIBRARIES = libboinc.la 
 libboinc_la_SOURCES = $(generic_sources) $(mac_sources)
 libboinc_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS)

Gabor

-- 
     ---------------------------------------------------------
     MTA SZTAKI Computer and Automation Research Institute
                Hungarian Academy of Sciences,
     Laboratory of Parallel and Distributed Systems
     Address   : H-1132 Budapest Victor Hugo u. 18-22. Hungary
     Phone/Fax : +36 1 329-78-64 (secretary)
     W3        : http://www.lpds.sztaki.hu
     ---------------------------------------------------------
_______________________________________________
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to