Skip to content
Snippets Groups Projects
Commit a5938301 authored by deuce's avatar deuce
Browse files

Install .desktop and icon .png files via the install target as well.

parent 833b1b44
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ LDFLAGS += $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV-MT_LDFLAGS)
vpath %.c ../sbbs3 ../smblib ../uifc ../guts
INSTALL_EXE ?= install
INSTALL_DATA ?= install -m 0444
$(SYNCTERM): $(EXEODIR) $(OBJS) $(BUILD_DEPENDS)
@echo Linking $@
......@@ -31,6 +32,8 @@ $(SYNCTERM): $(EXEODIR) $(OBJS) $(BUILD_DEPENDS)
install: $(SYNCTERM)
@echo Installing...
${INSTALL_EXE} ${SYNCTERM} ${PREFIX}/bin
${INSTALL_DATA} syncterm.png ${PREFIX}/share/icons/hicolor/64x64/apps
${INSTALL_DATA} syncterm.desktop ${PREFIX}/share/icons/hicolor/64x64/apps
devel: tags cscope.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment