1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 10:22:34 +01:00

renamed tabledelegates files

This commit is contained in:
kojima
2001-01-06 17:20:04 +00:00
parent 0b9cfd7c8e
commit 8f1781cd4e
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = no-dependencies
include_HEADERS = wtableview.h tabledelegates.h
include_HEADERS = wtableview.h wtabledelegates.h
lib_LIBRARIES = libExtraWINGs.a
@@ -15,9 +15,9 @@ EXTRA_DIST =
libExtraWINGs_a_SOURCES = \
wtableview.c \
tabledelegates.c \
wtabledelegates.c \
wtableview.h \
tabledelegates.h
wtabledelegates.h
INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
@@ -26,5 +26,5 @@ INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
@LIBPL@
test_LDADD = wtableview.o tabledelegates.o $(LDADD)
test_LDADD = wtableview.o wtabledelegates.o $(LDADD)