Fixing Makefiles
This commit is contained in:
parent
7fddb78240
commit
fe0fc5f7dd
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
package=Accessories
|
||||
version=0.0.0
|
||||
|
||||
subdirs=src
|
||||
dist=Makefile
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user