glom r1981 - in trunk: . glom/libglom



Author: murrayc
Date: Thu Mar 12 16:55:16 2009
New Revision: 1981
URL: http://svn.gnome.org/viewvc/glom?rev=1981&view=rev

Log:
2009-03-12  Murray Cumming  <murrayc murrayc com>

* glom/libglom/Makefile.am: Do not install some headers that are for 
API that I do not really want other people to use.

Modified:
   trunk/ChangeLog
   trunk/glom/libglom/Makefile.am

Modified: trunk/glom/libglom/Makefile.am
==============================================================================
--- trunk/glom/libglom/Makefile.am	(original)
+++ trunk/glom/libglom/Makefile.am	Thu Mar 12 16:55:16 2009
@@ -19,15 +19,20 @@
            -DGLOM_EXAMPLES_DIR=\""$(glom_examples_dir)"\" \
            -DGLOM_ICON_DIR=\""$(glom_icon_dir)"\"
 
-h_sources = libglom_config.h appstate.h \
+# These are installed, for use by other applications/utilties:
+h_sources_public = libglom_config.h \
+                     sharedptr.h \
+                     standard_table_prefs_fields.h \
+                     appstate.h
+                     
+h_sources = $(h_sources_public) \
                      calcinprogress.h \
                      connectionpool.h \
                      dialog_progress_creating.h \
                      spawn_with_feedback.h \
                      utils.h glade_utils.h \
-                     sharedptr.h \
-                     standard_table_prefs_fields.h \
-		     gst-package.h
+                     gst-package.h
+
 cc_sources = appstate.cc \
                      calcinprogress.cc \
                      connectionpool.cc \
@@ -37,7 +42,7 @@
                      gst-package.c
 
 library_includedir=$(includedir)/glom-1.0/libglom
-library_include_HEADERS = $(h_sources)
+library_include_HEADERS = $(h_sources_public)
 
 lib_LTLIBRARIES = libglom-1.0.la
 libglom_1_0_la_SOURCES = $(h_sources) $(cc_sources)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]