mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
added table widget
This commit is contained in:
27
WINGs/Extras/Makefile.am
Normal file
27
WINGs/Extras/Makefile.am
Normal file
@@ -0,0 +1,27 @@
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user