mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-27 17:02:33 +01:00
10 lines
210 B
Makefile
10 lines
210 B
Makefile
## automake input file for WINGs - Headers subdir
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
# is this a kluge? if so, how should i do it?
|
|
includedir = @includedir@/WINGs
|
|
|
|
include_HEADERS = WINGs.h WUtil.h WINGsP.h
|
|
|