Commit 8545a6c3 authored by dougt%netscape.com's avatar dougt%netscape.com
Browse files

Unix makefiles. Gotta love xpcode!

parent 21ed358d
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpinstall

EXPORTS =		             \
        nsIDOMInstallTriggerGlobal.h \
        nsIDOMInstallVersion.h       \
        nsSoftwareUpdateIIDs.h       \
        nsISoftwareUpdate.h          \
        $(NULL)
+32 −5
Original line number Diff line number Diff line
@@ -20,4 +20,31 @@ topsrcdir = @top_srcdir@
VPATH           = @srcdir@
srcdir          = @srcdir@

include $(DEPTH)/config/autoconf.mk

MODULE		= xpinstall
LIBRARY_NAME	= xpinstall
IS_COMPONENT	= 1
REQUIRES        = dom js netlib raptor xpcom

CPPSRCS = \
    nsSoftwareUpdate.cpp        \
    nsSoftwareUpdateQueue.cpp   \
    nsInstall.cpp               \
    nsInstallDelete.cpp         \
    nsInstallExecute.cpp        \
    nsInstallFile.cpp           \
    nsInstallFolder.cpp         \
    nsInstallPatch.cpp          \
    nsInstallTrigger.cpp        \
    nsJSInstall.cpp             \
    nsJSInstallTriggerGlobal.cpp\
    nsSoftwareUpdateRun.cpp     \
    nsSoftwareUpdateStream.cpp  \
    $(NULL)


INCLUDES += -I$(srcdir)/../public

include $(topsrcdir)/config/rules.mk