Fixed "make dist"

This commit is contained in:
Pierre Pronchery 2014-11-03 23:20:54 +01:00
parent eeef31f9b0
commit e546d3f581
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/clock.c \
$(PACKAGE)-$(VERSION)/src/main.c \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/clock.h \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/COPYING \

View File

@ -2,7 +2,7 @@ targets=clock
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
cflags=-Wall -g -O2
ldflags=`pkg-config --libs libSystem gtk+-2.0` -lintl
dist=Makefile
dist=Makefile,clock.h
[clock]
type=binary