Also include window.h in the source archive

This commit is contained in:
Pierre Pronchery 2013-06-29 17:30:12 -04:00
parent 014cd9469c
commit 4a9297b4b8
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/camera.h \
$(PACKAGE)-$(VERSION)/src/overlay.h \
$(PACKAGE)-$(VERSION)/src/window.h \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/tools/gallery.c \
$(PACKAGE)-$(VERSION)/tools/Makefile \

View File

@ -2,7 +2,7 @@ targets=camera
cflags_force=-W `pkg-config --cflags libDesktop`
cflags=-Wall -g -O2
ldflags_force=`pkg-config --libs libDesktop`
dist=Makefile,camera.h,overlay.h
dist=Makefile,camera.h,overlay.h,window.h
[camera]
type=binary