Fixed "make dist"
This commit is contained in:
parent
8cc5a265c4
commit
e46e830ca1
2
Makefile
2
Makefile
|
@ -31,10 +31,12 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/src/Panel/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/Panel/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/src/Panel/applets/keyboard.c \
|
||||
$(PACKAGE)-$(VERSION)/src/Panel/applets/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/Panel/applets/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/src/Phone/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/Phone/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/src/Phone/plugins/pulseaudio.c \
|
||||
$(PACKAGE)-$(VERSION)/src/Phone/plugins/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/Phone/plugins/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/project.conf
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
dist=Makefile
|
||||
targets=keyboard
|
||||
cflags_force=-W -fPIC
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
dist=Makefile
|
||||
targets=pulseaudio
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags=-Wall -g -O2 -pedantic -fPIC
|
||||
|
|
Loading…
Reference in New Issue
Block a user