Adding nsBaseDragService.cpp to Linux build.

This commit is contained in:
mcafee%netscape.com 1999-04-16 21:18:37 +00:00
Родитель a827ae73a8
Коммит 927aaf69cc
2 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,6 +36,7 @@ CPPSRCS= \
nsTransferable.cpp \
nsBaseClipboard.cpp \
nsXIFFormatConverter.cpp \
nsBaseDragService.cpp \
$(NULL)
LOCAL_INCLUDES := \

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

@ -18,7 +18,6 @@
#include "nsBaseDragService.h"
#include "nsITransferable.h"
#include "nsDataObj.h"
#include "nsIServiceManager.h"
#include "nsWidgetsCID.h"