1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 22:52:34 +01:00
Files
wmaker/WINGs/Extras/Makefile.am
2000-11-12 03:29:53 +00:00

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