Hello,
I've updated automake scripts to install libNslp.a and relevant headers during "make install". This should simplify integration of GIST with another NSLP's, that are no longer required to reference headers inside nsis source distribution.
 
If you agree, could you please apply it to your development tree?
 
 
regards
Petr
 
 
diff -ru nsis-0.4.1-dev/Makefile.am nsis-0.4.1/Makefile.am
--- nsis-0.4.1-dev/Makefile.am  2006-06-04 18:49:02.000000000 +0200
+++ nsis-0.4.1/Makefile.am      2006-08-08 13:04:00.522725000 +0200
@@ -1,5 +1,19 @@
 AUTOMAKE_OPTIONS = 1.7

+nobase_pkginclude_HEADERS = \
+    gist/message/headers.h \
+    library/api_def.h \
+    library/constants.h \
+    library/GistException.h \
+    library/HashTable.h \
+    nslp/nslp_api/GenericNslpStateKey.h \
+    nslp/nslp_api/GenericObject.h \
+    nslp/nslp_api/NslpApi.h \
+    nslp/nslp_api/NslpApiCallback.h \
+    nslp/nslp_api/NslpApiServerPool.h \
+    nslp/nslp_api/Timer.h \
+    nslp/nslp_api/TimerCallback.h
+
 EXTRA_DIST = \
     manual/Configuration manual/Implementation manual/QoS \
     manual/FreeBSD \
diff -ru nsis-0.4.1-dev/nslp/nslp_api/Makefile.am nsis-0.4.1/nslp/nslp_api/Makefile.am
--- nsis-0.4.1-dev/nslp/nslp_api/Makefile.am    2006-05-30 19:53:55.000000000 +0200
+++ nsis-0.4.1/nslp/nslp_api/Makefile.am        2006-08-08 13:04:18.642824000 +0200
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = 1.7


-noinst_LIBRARIES = libNslp.a
+lib_LIBRARIES = libNslp.a

 libNslp_a_SOURCES = \
        Timer.cpp \