]> granicus.if.org Git - graphviz/commitdiff
gvmap: remove CPP flags customization
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Nov 2022 23:31:52 +0000 (16:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 10 Nov 2022 15:51:21 +0000 (07:51 -0800)
This is the default value and does not need to be explicitly specified.

cmd/gvmap/Makefile.am

index aea655dc3bee39b357f2216322d38a8c813a23fa..4165be557ef915eb8c21a4c223f7fae6e67edadd 100644 (file)
@@ -21,8 +21,6 @@ gvmap_SOURCES = gvmap.c make_map.c power.c country_graph_coloring.c
 
 cluster_SOURCES = cluster.c make_map.c power.c country_graph_coloring.c
 
-gvmap_CPPFLAGS = $(AM_CPPFLAGS)
-
 gvmap_LDADD = \
        $(top_builddir)/lib/edgepaint/libedgepaint_C.la \
        $(top_builddir)/lib/sfdpgen/libsfdpgen_C.la \