mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 22:52:34 +01:00
28 lines
447 B
Makefile
28 lines
447 B
Makefile
## automake input file for WINGs
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
|
|
|
|
include_HEADERS = wtableview.h tabledelegates.h fieldeditor.h
|
|
|
|
|
|
lib_LIBRARIES = libExtraWINGs.a
|
|
|
|
|
|
|
|
EXTRA_DIST =
|
|
|
|
libExtraWINGs_a_SOURCES = \
|
|
wtableview.c \
|
|
tabledelegates.c \
|
|
fieldeditor.c \
|
|
wtableview.h \
|
|
tabledelegates.h \
|
|
fieldeditor.h
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
|
|
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
|
|
|