Also include window.h in the source archive
This commit is contained in:
parent
014cd9469c
commit
4a9297b4b8
1
Makefile
1
Makefile
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user