Skip to content

Commit

Permalink
Example drop: canonical names in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SAutum committed Aug 10, 2023
1 parent 9cc257f commit d2791c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/drop/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# This file is part of p4est.
# Makefile.am in example/mesh
# Makefile.am in example/drop
# included non-recursively from toplevel directory

if P4EST_ENABLE_BUILD_2D
bin_PROGRAMS += example/drop/drop
example_mesh_p4est_drop_SOURCES = example/drop/drop.c
bin_PROGRAMS += example/drop/p4est_drop
example_drop_p4est_drop_SOURCES = example/drop/drop.c

LINT_CSOURCES += $(example_mesh_p4est_drop_SOURCES)
endif

0 comments on commit d2791c2

Please sign in to comment.