Fixed the logic and cleaned it up.
This commit is contained in:
Родитель
ced6d4970a
Коммит
f9a8f2906a
|
@ -1,4 +1,3 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
|
@ -14,6 +13,7 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
|
@ -22,10 +22,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
MODULE = raptor
|
||||
|
||||
LIBRARY_NAME = raptorview
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -37,10 +34,7 @@ CPPSRCS = \
|
|||
|
||||
REQUIRES = raptor xpcom
|
||||
|
||||
DEFINES += -D_IMPL_NS_VIEW
|
||||
|
||||
TARGETS = $(LIBRARY)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_VIEW
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче