summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-11-25 10:06:38 -0500
committermidipix <writeonce@midipix.org>2016-11-10 23:35:27 -0500
commitbd5676e7016bede788b6b1ea174cce06c1a71cce (patch)
tree25e8f2d118fa43d4fa0d7c644920d0cbc69dbdb8 /project
parent2a42e14f0eef84cfc98c629198f09c1d18f07f52 (diff)
downloadperk-bd5676e7016bede788b6b1ea174cce06c1a71cce.tar.bz2
perk-bd5676e7016bede788b6b1ea174cce06c1a71cce.tar.xz
internal header rename: perk_output.h --> perk_output_impl.h.
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/headers.mk b/project/headers.mk
index b961045..3f25fc3 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -9,6 +9,6 @@ API_HEADERS = \
INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/argv/argv.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_impl.h \
- $(PROJECT_DIR)/src/internal/$(PACKAGE)_output.h
+ $(PROJECT_DIR)/src/internal/$(PACKAGE)_output_impl.h
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)