Switching to SIMPLE_PROGRAMS

git-svn-id: svn://10.0.0.236/trunk@18447 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-01-23 12:21:27 +00:00
parent d87afbf15b
commit 88a347ab56
2 changed files with 4 additions and 8 deletions

View File

@@ -21,9 +21,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = PrimitiveTest
SIMPLE_PROGRAMS = PrimitiveTest SimpleTypeLib
CSRCS = PrimitiveTest.c
CSRCS = PrimitiveTest.c SimpleTypeLib.c
LIBS = \
-lxpt \
@@ -32,5 +32,3 @@ LIBS = \
include $(topsrcdir)/config/rules.mk

View File

@@ -21,9 +21,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = PrimitiveTest
SIMPLE_PROGRAMS = PrimitiveTest SimpleTypeLib
CSRCS = PrimitiveTest.c
CSRCS = PrimitiveTest.c SimpleTypeLib.c
LIBS = \
-lxpt \
@@ -32,5 +32,3 @@ LIBS = \
include $(topsrcdir)/config/rules.mk