Move nsIXlibWindowService.h to its own place.

This commit is contained in:
ramiro%netscape.com 1999-08-17 13:26:13 +00:00
Родитель 38fe0fdd09
Коммит 1d14f921fa
3 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -75,7 +75,6 @@ EXPORTS = \
nsIFontSizeIterator.h \ nsIFontSizeIterator.h \
nsIFontRetrieverService.h \ nsIFontRetrieverService.h \
nsIContextMenu.h \ nsIContextMenu.h \
nsIXlibWindowService.h \
$(NULL) $(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

Просмотреть файл

@ -40,6 +40,10 @@ CPPSRCS = \
CXXFLAGS += $(TK_CFLAGS) CXXFLAGS += $(TK_CFLAGS)
EXPORTS =\
nsIXlibWindowService.h \
$(NULL)
EXTRA_DSO_LDOPTS += $(TOOLKIT_TK_LIBS) EXTRA_DSO_LDOPTS += $(TOOLKIT_TK_LIBS)
#MKSHLIB = #MKSHLIB =