]> 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:49 +0000 (19:13 +0000)
committererg <devnull@localhost>
Tue, 12 Dec 2006 19:13:49 +0000 (19:13 +0000)
lib/common/Makefile.am
lib/expr/Makefile.am

index ad7605a8a39a42d5ec4e235edabab55c7be1c67a..c570a11740551474e2ca558e6cc28c8fb1baf873 100644 (file)
@@ -10,9 +10,10 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib/graph \
        -I$(top_srcdir)/lib/cdt @GD_INCLUDES@ @EXPAT_INCLUDES@ @Z_INCLUDES@
 
-pkginclude_HEADERS = logic.h arith.h geom.h color.h types.h globals.h textpara.h usershape.h
+pkginclude_HEADERS = geom.h color.h types.h textpara.h usershape.h
 noinst_HEADERS = render.h utils.h memory.h \
        geomprocs.h colorprocs.h colortbl.h entities.h \
+       logic.h arith.h globals.h \
        const.h macros.h htmllex.h htmltable.h pointset.h
 noinst_LTLIBRARIES = libcommon_C.la
 
index 82508208df0f466940e6e66685b7babcde201015..f020c7e8dc4c5727aab1818c357ac616ec1901bc 100644 (file)
@@ -12,7 +12,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib/ast \
        -I$(top_srcdir)/lib/cdt
 
-pkginclude_HEADERS = exgram.h exlib.h expr.h
+noinst_HEADERS = exgram.h exlib.h expr.h
 noinst_LTLIBRARIES = libexpr_C.la
 lib_LTLIBRARIES = libexpr.la
 man_MANS = expr.3