summaryrefslogtreecommitdiff
path: root/components/services/install/lib/makefile.staticlib.in
diff options
context:
space:
mode:
Diffstat (limited to 'components/services/install/lib/makefile.staticlib.in')
-rw-r--r--components/services/install/lib/makefile.staticlib.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/services/install/lib/makefile.staticlib.in b/components/services/install/lib/makefile.staticlib.in
index e3a0afe8c..163102a67 100644
--- a/components/services/install/lib/makefile.staticlib.in
+++ b/components/services/install/lib/makefile.staticlib.in
@@ -4,11 +4,10 @@ OBJS=\
eazel-install-protocols.o \
eazel-install-rpm-glue.o \
eazel-install-query.o \
- eazel-install-tests.o \
eazel-install-xml-package-list.o \
eazel-install-object.o
-DEFINES=-DEAZEL_INSTALL_NO_CORBA
+DEFINES=-DEAZEL_INSTALL_NO_CORBA -DEAZEL_INSTALL_SLIM
INCLUDES=\
-I. \
-I@top_srcdir@ \
@@ -25,6 +24,7 @@ LIB=libeazelinstall_minimal.a
CC=gcc
CPPFLAGS=$(INCLUDES) $(DEFINES)
CFLAGS=-O -Werror
+#CFLAGS=-g -Werror
all: $(LIB)