summaryrefslogtreecommitdiff
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-01 05:30:34 -0500
committermidipix <writeonce@midipix.org>2019-01-01 05:37:59 -0500
commitb6f827d6939397e99d72b1dc8480c72364d8905c (patch)
tree74c198de06f27fa0e7fd8649838924ead5a879a6 /project/headers.mk
parentb95a5b04a4a3b6bf0b86080abce1436f0b7aee1c (diff)
downloadsofort-b6f827d6939397e99d72b1dc8480c72364d8905c.tar.bz2
sofort-b6f827d6939397e99d72b1dc8480c72364d8905c.tar.xz
sofort: split-up: keep build-system elements, move extras to sofortex.
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 2f2512a..9d50ee3 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -1,11 +1,5 @@
API_HEADERS = \
- $(PROJECT_DIR)/include/$(PACKAGE)/sofort.h \
- $(PROJECT_DIR)/include/$(PACKAGE)/sofort_api.h \
INTERNAL_HEADERS = \
- $(PROJECT_DIR)/src/internal/argv/argv.h \
- $(PROJECT_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \
- $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
- $(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)