Suitable for "make dist"

This commit is contained in:
Pierre Pronchery 2009-09-27 13:04:33 +00:00
parent 530ee3eb0e
commit b69b6c0f8d
3 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,9 @@ dist:
$(LN) -s . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
$(PACKAGE)-$(VERSION)/src/main.c \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/project.conf
$(RM) $(PACKAGE)-$(VERSION)

View File

@ -1,4 +1,6 @@
package=framer
version=0.0.0
subdirs=src
config=h
subdirs=src
dist=Makefile

View File

@ -5,6 +5,7 @@ targets=framer
cflags_force=-W `pkg-config --cflags gtk+-2.0`
cflags=-Wall -g
ldflags_force=`pkg-config --libs gtk+-2.0`
dist=Makefile
[framer]
type=binary