Usermode/AxWin3 - Cleaning up and adding client widget support
[tpg/acess2.git] / Usermode / Libraries / Makefile.tpl
index 47acb80..57e49be 100644 (file)
@@ -40,7 +40,7 @@ $(_BIN): $(OBJ) $(_LIBS)
 $(_OBJPREFIX)%.o: %.c
        @echo [CC] -o $@
        @mkdir -p $(dir $@)
-       @$(CC) $(CFLAGS) -o $@ -c $<
+       @$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
        @$(CC) -M -MT $@ $(CPPFLAGS) $< -o [email protected]
 
 $(_OBJPREFIX)%.ao: %.$(ASSUFFIX)

UCC git Repository :: git.ucc.asn.au