Rename mkicons.c to mkicons.cpp. Needs to be built with c++ because of libimg

dependancy.  Libimg has recently been "improved" by being made c++ only.
This commit is contained in:
ramiro%netscape.com 1998-08-03 08:32:31 +00:00
parent 024e4ba306
commit 9c83cd4e72
2 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ MKICONS_EXTRA = $(OS_LIBS) -lm
# XXX We need to reach into the Image Library modules's source directory to
# get the file if.h
$(MKICONS_EXE): mkicons.c $(MKICONS_LIB)
$(MKICONS_EXE): mkicons.cpp $(MKICONS_LIB)
$(CCC) $(CFLAGS) -o $@ -I$(DEPTH)/modules/libimg/src $< $(MKICONS_LIB) $(MKICONS_EXTRA)
$(ICONLIST): $(ICONS)