diff --git a/project.conf b/project.conf index 8c3ce9e..a68ee61 100644 --- a/project.conf +++ b/project.conf @@ -8,7 +8,7 @@ dist=COPYING,Makefile,README.md,config.h,config.sh #dist [COPYING] -install=$(PREFIX)/share/doc/VNCViewer +install=$(PREFIX)/share/doc/$(PACKAGE) [README.md] -install=$(PREFIX)/share/doc/VNCViewer +install=$(PREFIX)/share/doc/$(PACKAGE) diff --git a/src/project.conf b/src/project.conf index b941f23..dfbb5fd 100644 --- a/src/project.conf +++ b/src/project.conf @@ -18,11 +18,13 @@ cflags_force=`pkg-config --cflags libDesktop gtk-vnc-2.0 gvncpulse-1.0` ldflags_force=`pkg-config --libs libDesktop gtk-vnc-2.0 gvncpulse-1.0` dist=Makefile,vncviewer.h +#targets [vncviewer] type=binary sources=vncviewer.c,main.c install=$(BINDIR) +#sources [main.c] depends=vncviewer.h,../config.h