]> granicus.if.org Git - graphviz/commitdiff
Restrict exported libraries and include files to just the necessary set.
authorerg <devnull@localhost>
Tue, 12 Dec 2006 19:13:50 +0000 (19:13 +0000)
committererg <devnull@localhost>
Tue, 12 Dec 2006 19:13:50 +0000 (19:13 +0000)
lib/gvc/Makefile.am
lib/pathplan/Makefile.am

index 05221d81cd2fc47a2eb05c43e2ec7065696242fb..2b3c9cc9a68eb13f176dd101f6feb20a5ac14945 100644 (file)
@@ -15,11 +15,11 @@ AM_CPPFLAGS = \
 
 LIBS = $(LIBLTDL) $(SOCKET_LIBS)
 
-pkginclude_HEADERS = gvc.h gvcext.h gvplugin.h gvcjob.h gvcint.h \
+pkginclude_HEADERS = gvc.h gvcext.h gvplugin.h gvcjob.h \
        gvcommon.h gvplugin_render.h gvplugin_layout.h \
        gvplugin_textlayout.h gvplugin_device.h gvplugin_loadimage.h \
        dot_builtins.c demand_loading.c no_demand_loading.c
-noinst_HEADERS = gvcproc.h
+noinst_HEADERS = gvcint.h gvcproc.h
 noinst_LTLIBRARIES = libgvc_C.la
 lib_LTLIBRARIES = libgvc.la libgvc_builtins.la
 pkgconfig_DATA = libgvc.pc libgvc_builtins.pc
index 248d91554c0fbd033061c909581fcd15e357aca9..865d5f5a4d47a9c3911b5df10d7bd789f4c87530 100644 (file)
@@ -4,8 +4,9 @@
 pdfdir = $(pkgdatadir)/doc/pdf
 pkgconfigdir = $(libdir)/pkgconfig
 
-pkginclude_HEADERS = pathgeom.h pathplan.h pathutil.h solvers.h \
-       tri.h vis.h vispath.h
+pkginclude_HEADERS = pathgeom.h 
+noinst_HEADERS = pathplan.h pathutil.h solvers.h tri.h vis.h vispath.h
+
 noinst_LTLIBRARIES = libpathplan_C.la
 lib_LTLIBRARIES = libpathplan.la
 pkgconfig_DATA = libpathplan.pc