Fixing Makefiles

This commit is contained in:
Pierre Pronchery 2006-11-03 10:58:14 +00:00
parent 7fddb78240
commit fe0fc5f7dd
3 changed files with 5 additions and 0 deletions

View File

@ -24,7 +24,9 @@ dist:
$(PACKAGE)-$(VERSION)/src/calendar.c \
$(PACKAGE)-$(VERSION)/src/fontsel.c \
$(PACKAGE)-$(VERSION)/src/run.c \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/project.conf
$(RM) $(PACKAGE)-$(VERSION)

View File

@ -1,3 +1,5 @@
package=Accessories
version=0.0.0
subdirs=src
dist=Makefile

View File

@ -2,6 +2,7 @@ targets=calendar,fontsel,run
cflags_force=-W -Wall -ansi `pkg-config gtk+-2.0 --cflags`
cflags=-g
ldflags_force=`pkg-config gtk+-2.0 --libs`
dist=Makefile
[calendar]
type=binary